Hi All,
I'm pleased to announce the release of xlrd 1.1.0 and xlwt 1.3.0. Please
consult their change logs on readthedocs.org to see what's new.
As before, I will be upfront and say you should no longer be using
these unless libraries unless you have a particular need to work
t;
>
> On 02/06/2016 18:56, Chris Withers wrote:
> > Hi All,
> >
> > Well, I've finally called it and tagged current master of xlrd as 1.0.0:
> >
> > http://pypi.python.org/pypi/xlrd/1.0.0
> >
> > This release includes the following changes
Ugh, and once again, this time with a corrected title...
On 02/06/2016 18:56, Chris Withers wrote:
Hi All,
Well, I've finally called it and tagged current master of xlrd as 1.0.0:
http://pypi.python.org/pypi/xlrd/1.0.0
This release includes the following changes since the last re
Hi All,
Well, I've finally called it and tagged current master of xlrd as 1.0.0:
http://pypi.python.org/pypi/xlrd/1.0.0
This release includes the following changes since the last release:
- Official support, such as it is, is now for 2.6, 2.7, 3.3+
- Fixes a bug in looking up non-lowe
On 15/07/2015 08:27, Chris Withers wrote:
Hi All,
I'm pleased to announce the release of xlrd 0.9.4:
http://pypi.python.org/pypi/xlrd/0.9.4
This release includes the following changes:
- Automated tests are now run on Python 3.4
- Use ElementTree.iter() if available, not depre
Hi All,
I'm pleased to announce the release of xlrd 0.9.4:
http://pypi.python.org/pypi/xlrd/0.9.4
This release includes the following changes:
- Automated tests are now run on Python 3.4
- Use ElementTree.iter() if available, not deprecated getiterator()
when parsing xlsx files.
On Sun, 03 May 2015 10:33:25 -0700, lbertolotti wrote:
> lucas@lucas-K55VD:~$ dpkg -l python-xlrd
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad
lucas@lucas-K55VD:~$ dpkg -l python-xlrd
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
hi,
On Sat, May 02, 2015 at 03:12:46PM -0700, lbertolotti via Python-list wrote:
> Ubuntu terminal gives me:
>
> import xlrd
>
> I get "ImportError: No module named xlrd"
>
> Any ideas? I installed it by:
>
> sudo apt-get install python-xlrd
what
Ubuntu terminal gives me:
import xlrd
I get "ImportError: No module named xlrd"
Any ideas? I installed it by:
sudo apt-get install python-xlrd
--
https://mail.python.org/mailman/listinfo/python-list
Andi Vaganerd writes:
> I'm trying to open an excel file (.xlsx) using python module xlrd.
> And I'm getting this error over here:
>
> "Can't find workbook in OLE2 compound document"
I interprete this message as follows: the excel content in your
file i
Hello,
I'm trying to open an excel file (.xlsx) using python module xlrd.
And I'm getting this error over here:
"Can't find workbook in OLE2 compound document"
Is there anybody here already got this problem? How do you resolve it?
I've a very simple python pro
On Sun, 27 Apr 2014 00:16:41 -0700, uma mahesh wrote:
> Hello guys,
>
> I am new to python scripting. I am trying to take data from excel sheet.
>
> To do this I understand that xlrd need to add to the dictionary. I was
> unable to do this. I have downloaded the fi
Hello guys,
I am new to python scripting. I am trying to take data from excel sheet.
To do this I understand that xlrd need to add to the dictionary. I was unable
to do this. I have downloaded the file and stuck there.
Please let me know how can I do this. tell me the procedure.
Regards
Hi All,
I'm pleased to announce the release of xlrd 0.9.3:
http://pypi.python.org/pypi/xlrd/0.9.3
This release includes the following changes:
- Github issue #49
- Github issue #64 - skip meaningless chunk of 4 zero bytes between two
otherwise-valid BIFF records
- Github issue #61
.
*Note:* I had used here some default example for hyperlinks. I will be using
this information for my other program where I am suppose to edit excel sheet
with many sheets and every sheet containing hyperlinks at multiple places.
*Code: *
from xlwt import *
import xlrd as xr
import os
from
On 2013-09-27, Neil Cerutti wrote:
> On 2013-09-27, somesh g wrote:
>> Hi..there
>>
>> I want to read the combo box in excel by using "xlrd" but in
>> the output it is showing empty message, its not reading the
>> combo box can u guys help me how
On 2013-09-27, somesh g wrote:
> Hi..there
>
> I want to read the combo box in excel by using "xlrd" but in
> the output it is showing empty message, its not reading the
> combo box can u guys help me how to read the combo box in excel
> by "xlrd"
&
Hi..there
I want to read the combo box in excel by using "xlrd" but in the output it is
showing empty message, its not reading the combo box can u guys help me how to
read the combo box in excel by "xlrd"
code written like this
workbook = xlrd.open_workbook('pat
On 2013-04-29, Chris Withers wrote:
> There aren't any, because there are no changes. Applications
> written for 0.6.x will still work without change when using
> 0.9.2.
The Python 3 support is greatly appreciated. I've started using
the xlrd package recently, and it's m
On 26/04/2013 20:37, Ondrej Ján wrote:
If users have python-xlrd installed, package maintainer should release
only updates, which are API compatible with older versions.
Right, the only API change between 0.6 and 0.9 is the removal of the
'pickleable' parameter to open_workboo
Hello,
Fedora is an Linux distribution maintained by Red Hat.
(www.fedoraproject.org). EPEL are packages fro Red Hat Enterprise Linux
and CentOS Linux distribution. As an maintainer I am creating and updating
packages available for these distributions.
If users have python-xlrd installed
Hi Ondrej,
I don't know what a Fedora/EPEL update is.
If you're going to have two versions, I would suggest:
0.7.9 - for backwards compatibility with Python 2.5 and less, and older
0.6 and 0.7 xlrd releases.
0.9.2 - for Python 3 support, and with the latest and greatest feature
Thx ! I will update my 0.6 version!
Cheers
Karim
On 09/04/2013 21:38, Chris Withers wrote:
Hi All,
I'm pleased to announce the release of xlrd 0.9.2:
http://pypi.python.org/pypi/xlrd/0.9.2
This release includes the following changes:
- Fix some packaging issues that meant doc
. apríla 2013 21:38:30 UTC+2 Chris Withers napísal(-a):
>
> Hi All,
>
> I'm pleased to announce the release of xlrd 0.9.2:
>
> http://pypi.python.org/pypi/xlrd/0.9.2
>
> This release includes the following changes:
>
> - Fix some packaging issues that meant doc
On Apr 9, 3:38 pm, Chris Withers wrote:
> Hi All,
>
> I'm pleased to announce the release of xlrd 0.9.2:
>
> http://pypi.python.org/pypi/xlrd/0.9.2
>
> This release includes the following changes:
>
> - Fix some packaging issues that meant docs and examples
Hi All,
I'm pleased to announce the release of xlrd 0.9.2:
http://pypi.python.org/pypi/xlrd/0.9.2
This release includes the following changes:
- Fix some packaging issues that meant docs and examples were missing
from the tarball.
- Fixed a small but serious regression that caused pro
Hi All,
I'm pleased to announce the release of xlrd 0.9.1:
http://pypi.python.org/pypi/xlrd/0.9.1
This release includes the following changes:
- A tonne of bugs when used with Python 3 were fixed thanks to John Machin.
- Extra byte data in hyperlink records now records a warning rather
Hi All,
I'm pleased to announce the release of xlrd 0.9.0:
http://pypi.python.org/pypi/xlrd/0.9.0
This release means the supported versions of Python supported by xlrd
are 2.6, 2.7, 3.2 and 3.3!
Very exciting stuff, and a massive thank you to
Thomas Kluyver (@takluyver on GitHub) for
Albert-Jan Roskam wrote:
> Hi,
>
> As a work-around, you could use the CRAN R package XLConnect, using
> RPy or RPy2, to do what you want. IIRC it's based on Java, so it's not
> extremely fast.
> http://cran.r-project.org/web/packages/XLConnect/vignettes/XLConnect.pdf
> This is another package I
what have the Romans ever done for us?
~~
>
> From: "python-ex...@raf.org"
>To: python-ex...@googlegroups.com; Python List
>Sent: Thursday, August 30, 2012 4:57 AM
>S
On 30/08/2012 03:57, python-ex...@raf.org wrote:
hopefully the intention that xlrd not support formats in xlsx
files will change one day into an intention to support them. :-)
The intention is there, sadly the time to work on it is not.
John Machin would be the person best placed to do the
he cell might have had. :-)
apart from that, it does give access to number formats
so your suggestion would work for simpler spreadsheets.
hopefully the intention that xlrd not support formats in xlsx
files will change one day into an intention to support them. :-)
until then my users can kee
> is there any other way to tell how many digits excel would round to
> when displaying a floating point number? that's my only reason for
> needing formatting_info=True.
I have not personally used it, but OpenPyXL is another option for
working with .xlsx files, and it might provide the formatting
hi,
i just tried xlrd-0.8.0 so as to be able to read xlsx files only to discover:
NotImplementedError: formatting_info=True not yet implemented
there's a post from 2009 stating that the current intention is to not
support formatting_info:
https://groups.google.com/forum/?fromgroups=#!
On 22/08/2012 15:03, Hubert Holin wrote:
I would like to keep up with the development but would like to know
which is the repo to follow. The Python-Excel website points to
https://github.com/python-excel/xlrd, but that one does not have a 0.8.0
tag (or at least did not have one when I looked a
La Défense, le 22/08/2012
Hi
Congratulations for the work well done, and thanks for the help xlrd brings
to my work.
I would like to keep up with the development but would like to know which
is the repo to follow. The Python-Excel website points to
https://github.com/python-excel/xlrd, but
My compliments to John and Chris and to any others who contributed to the
new xlsx capability. This is a most welcome development. Thank you.
Brent
--
http://mail.python.org/mailman/listinfo/python-list
On Wednesday, August 1, 2012 11:01:56 AM UTC-4, Chris Withers wrote:
> Hi All,
>
>
>
> I'm pleased to announce the release of xlrd 0.8.0:
>
>
>
> http://pypi.python.org/pypi/xlrd/0.8.0
>
>
>
> This release finally lands the support for both .x
Thank you guys so much! I am so excited to finally have xlsx so my users
don't have extra steps!
On Wed, Aug 1, 2012 at 11:01 AM, Chris Withers wrote:
> Hi All,
>
> I'm pleased to announce the release of xlrd 0.8.0:
>
> http://pypi.python.org/pypi/**xlrd/0.8.0<http
Hi All,
I'm pleased to announce the release of xlrd 0.8.0:
http://pypi.python.org/pypi/xlrd/0.8.0
This release finally lands the support for both .xls and .xlsx files.
Many thanks to John Machin for all his work on making this happen.
Opening of .xlsx files is seamless, just use xlrd a
Hi All,
I'm pleased to announce the release of xlrd 0.7.9:
http://pypi.python.org/pypi/xlrd/0.7.9
This release fixes an annoying merge bug on my part that resulted in a
"NameError: global name 'BYTES_X00' is not defined" error where opening
certain Excel files.
B
Hi All,
I'm pleased to announce the release of xlrd 0.7.8:
http://pypi.python.org/pypi/xlrd/0.7.8
This release features the following changes:
- Compatibility with Python 2.1 and 2.2 is restored.
- Fix for github issue #7: assertion error when reading file with
xlwt-written bitmap
Hi All,
I'm pleased to announce the release of xlrd 0.7.7:
http://pypi.python.org/pypi/xlrd/0.7.7
This release features the following changes:
- Google Spreadsheet doesn't write the undefined-contents byte at the
end of a NOTE record. Excel doesn't care. Now xlrd does
ches
so I don't have to modify the xlrd one for xls binary file.
I will use both in the same program.
Many thanks
Cheers
Karim
--
http://mail.python.org/mailman/listinfo/python-list
Karim wrote in
news:mailman.1309.1333529851.3037.python-l...@python.org:
> This release manage the '.xlsx' format?
http://packages.python.org/openpyxl/
--
http://mail.python.org/mailman/listinfo/python-list
On 04/04/2012 20:26, Karim wrote:
By the way, I reported an issue to you in this mailing list some time
ago about unicode data.
I have no recollection of this.
If you experience any bugs, the correct place to report them is:
https://github.com/python-excel/xlrd/issues
cheers,
Chris
On 04/04/2012 09:57, Karim wrote:
Hello,
This release manage the '.xlsx' format?
No, that is planned for the 0.8 release.
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listin
Le 04/04/2012 09:24, Chris Withers a écrit :
And the goat sacrifice continues...
On 03/04/2012 08:34, Chris Withers wrote:
On 03/04/2012 08:04, Chris Withers wrote:
I'm pleased to announce the release of xlrd 0.7.4.
I've just release a 0.7.5 that fixes this.
Except it didn
And the goat sacrifice continues...
On 03/04/2012 08:34, Chris Withers wrote:
On 03/04/2012 08:04, Chris Withers wrote:
I'm pleased to announce the release of xlrd 0.7.4.
I've just release a 0.7.5 that fixes this.
Except it didn't, I've just released 0.7.6, which will
On 03/04/2012 21:46, Josh English wrote:
When I try to import xlrd, I get an error
IOError: [Errno 2] No such file or directory:
'C:\\Users\\josh\\Desktop\\Portable
Python\\App\\lib\\site-packages\\xlrd-0.7.5-py2.7.egg\\xlrd\\version.txt'
*sigh* I hate python packaging, I'
On 04/03/2012 01:46 PM, Josh English wrote:
Maybe it's just me, but I tried to upgrade my previous versions of xlrd,
xlwt, an xlutils and now some of the modules aren't loading properly.
I am currently using Portable Python 2.7 at this workstation.
I ran "easy_install --upgrad
Maybe it's just me, but I tried to upgrade my previous versions of xlrd,
xlwt, an xlutils and now some of the modules aren't loading properly.
I am currently using Portable Python 2.7 at this workstation.
I ran "easy_install --upgrade xlrd" and the result said it had u
On Tuesday, April 3, 2012 9:34:27 AM UTC+2, Chris Withers wrote:
> As pointed out, I stuffed up the release by not including a new file in
> the MANIFEST. My bad.
>
> I've just release a 0.7.5 that fixes this.
>
Works! Thanks for the quick reaction!
Regards,
Lukas
--
http://mail.python.o
On 03/04/2012 08:04, Chris Withers wrote:
Hi All,
I'm pleased to announce the release of xlrd 0.7.4.
*sigh*
As pointed out, I stuffed up the release by not including a new file in
the MANIFEST. My bad.
I've just release a 0.7.5 that fixes this.
cheers,
Chris
--
Simplistix
Hey Chris,
On Tuesday, April 3, 2012 9:04:43 AM UTC+2, Chris Withers wrote:
>
> Hi All,
>
> I'm pleased to announce the release of xlrd 0.7.4.
>
There seems to have been a mistake during release of 0.7.4: version.txt
referenced in setup.py:24 is missing (forgot MANIFEST
Hi All,
I'm pleased to announce the release of xlrd 0.7.4.
This release features the following changes:
- Fixed a bug where xlrd was silently truncating long text formula results
- Avoid parsing STYLE records when formatting_info=False
- More tolerance of out-of-spec files.
-
Hi All,
I'm pleased to announce the release of xlrd 0.7.3.
This release just brings in some documentation updates that were missed
for 0.7.2.
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.u
On 23/02/2012 14:40, xlstime wrote:
Hi,
i want to learn pyxl please help me...
kindly send useful information about pyxl
I would suggest:
- using your real name when posting
- reading the tutorial at http://www.python-excel.org/
cheers,
Chris
--
Simplistix - Content Management, Batch Pro
Hi,
i want to learn pyxl please help me...
kindly send useful information about pyxl
*Thank you in Advance*
XLS S :)
On Thu, Feb 23, 2012 at 4:45 AM, wrote:
> Chris Withers wrote:
>
> > On 22/02/2012 00:37, python-ex...@raf.org wrote:
> > >was good for previous versions. two reasons that sp
On 22/02/2012 23:17, Adrian Klaver wrote:
I can see where that would be preferred when managing multiple versions of
Python, but not when using a single version.
Sorry, I don't agree. It is *never* a good idea to install packages
globally. Using virtualenv or similar (buildout, etc) gives you
nstaller is non-trivial. Assuming a Windows installer is not in the
offing, the OP might find it easier to use the Python packaging from here on
out.
For an example, to find out information on a package:
aklaver@tucker:~/.pip$ pip search xlrd
xlutils - Utilities for working
Chris Withers wrote:
> On 22/02/2012 00:37, python-ex...@raf.org wrote:
> >was good for previous versions. two reasons that spring to mind
> >immediately are:
> >
> > - it makes it much easier to tell what version is installed
> > - it makes it much easier to uninstall the package
> >
> >i know
On 22/02/2012 00:37, python-ex...@raf.org wrote:
was good for previous versions. two reasons that spring to mind
immediately are:
- it makes it much easier to tell what version is installed
- it makes it much easier to uninstall the package
i know that both of these are things that the pyth
Chris Withers wrote:
> Hi All,
>
> I'm pleased to announce the release of xlrd 0.7.2. This release,
> like the xlwt release, is long overdue and has been over 2.5 years
> in the making!
> [...snip...]
>
> I've currently only put up .tar.gz sdists, if anyon
Hi All,
I'm pleased to announce the release of xlrd 0.7.2. This release, like
the xlwt release, is long overdue and has been over 2.5 years in the making!
The highlights:
- All messaging and debug logging is now written to the logfile provided
to open_workbook.
- Tolerant handling of
> > > > > what could be the problem?
>
> > > > Does rb = xlrd.open_workbook('somesheet.xls', on_demand=True) work by
> > > > itself?
>
> > > Yes it does. The problem is with line: wb = copy(rb)
> > > here I am getting the error: Att
mand=True) work by
> > > itself?
>
> > Yes it does. The problem is with line: wb = copy(rb)
> > here I am getting the error: AttributeError: 'Book' object has no
> > attribute 'on_demand'
>
> Please replace the first 4 lines of your script by these 6
rb)
> here I am getting the error: AttributeError: 'Book' object has no
> attribute 'on_demand'
Please replace the first 4 lines of your script by these 6 lines:
import xlrd
assert xlrd.__VERSION__ == "0.7.1"
from xlwt import easyxf
from xlutils.copy import copy
t; AttributeError: 'Book' object has no attribute 'on_demand'
> > > > WARNING: Failure executing file:
>
> > > > Why is it so??
>
> > > > from xlrd import open_workbook
> > > > from xlwt import easyxf
> > > > fro
mand'
> > > WARNING: Failure executing file:
>
> > > Why is it so??
>
> > > from xlrd import open_workbook
> > > from xlwt import easyxf
> > > from xlutils.copy import copy
> > > rb = open_workbook('source.xls',formatting_in
On Jan 9, 3:42 am, Jon Clements wrote:
> On Jan 9, 10:24 am, pp wrote:
>
>
>
> > Whenever i run the code below I get the following error:
>
> > AttributeError: 'Book' object has no attribute 'on_demand'
> > WARNING: Failure executi
On Jan 9, 10:24 am, pp wrote:
> Whenever i run the code below I get the following error:
>
> AttributeError: 'Book' object has no attribute 'on_demand'
> WARNING: Failure executing file:
>
> Why is it so??
>
> from xlrd import open_workbook
> fro
Whenever i run the code below I get the following error:
AttributeError: 'Book' object has no attribute 'on_demand'
WARNING: Failure executing file:
Why is it so??
from xlrd import open_workbook
from xlwt import easyxf
from xlutils.copy import copy
rb = open_
On Sep 17, 8:40 pm, peter wrote:
> i want to ask you if somebody knows how can I determine, with a help
> of xlrd, what kind of decimal separator (. or ,) does the user have.
It's nothing to do with xlrd. It reads files and gives you the numbers
as Python floats. Note that a user
Hi experts,
i want to ask you if somebody knows how can I determine, with a help
of xlrd, what kind of decimal separator (. or ,) does the user have.
Thx in advance.
Rg,
Peter
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 29, 6:05 am, LeeRisq wrote:
> Does xlrd have the capability to insert a column?
No. If there was anything in the PyPI description, the README, or the
docs that gave you the faintest hope that xlrd does anything other
than read Excel files, please raise a documentation bug-fix requ
LeeRisq wrote:
Does xlrd have the capability to insert a column?
rd means ReaD, so there is nothing it could insert
something to. Of course once you have read the data
you can manipulate its structure how you like it.
The counterpart is xlwt and it can write excel files
however you like it
Does xlrd have the capability to insert a column?
--
http://mail.python.org/mailman/listinfo/python-list
Hi gurus,
Script:
#!/usr/bin/python
import xlrd, sys
def main(toParse):
workBook = xlrd.open_workbook(toParse)
mySheet = workBook.sheet_by_index(0)
for rownum in range(mySheet.nrows):
print mySheet.row_values(rownum)
if __name__ == '__main__':
if len(sys
[EMAIL PROTECTED]> wrote:
>
> > > > En Fri, 05 Dec 2008 02:31:01 -0200, pk sahoo <[EMAIL PROTECTED]>
> > > > escribió:
>
> > > > > hallo everybody,
> > > > > when i am running the following command
>
> > > > >
31:01 -0200, pk sahoo <[EMAIL PROTECTED]>
> > > escribió:
>
> > > > hallo everybody,
> > > > when i am running the following command
>
> > > >>>> import xlrd
> > > >>>> book=xlrd.open_workbook("C:\\a.xls")
>
; hallo everybody,
> > > when i am running the following command
>
> > >>>> import xlrd
> > >>>> book=xlrd.open_workbook("C:\\a.xls")
>
> > > i am getting the following error..
>
> > > *Traceback (most recent call last):
> >
On Dec 8, 6:48 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Fri, 05 Dec 2008 02:31:01 -0200, pk sahoo <[EMAIL PROTECTED]>
> escribió:
>
>
>
> > hallo everybody,
> > when i am running the following command
>
> >>>>
En Fri, 05 Dec 2008 02:31:01 -0200, pk sahoo <[EMAIL PROTECTED]>
escribió:
hallo everybody,
when i am running the following command
import xlrd
book=xlrd.open_workbook("C:\\a.xls")
i am getting the following error..
*Traceback (most recent call last):
File "&qu
hallo everybody,
when i am running the following command
>>> import xlrd
>>> book=xlrd.open_workbook("C:\\a.xls")
i am getting the following error..
*Traceback (most recent call last):
File "", line 1, in
File "C:\Python25\Lib\site-packages\xlr
olour_map does not make much sense to me
since the numbers change without an apparent pattern. Could you
clarify?
Best,
Patrick
Revised Code:
import xlrd
filenames = {}
filenames.setdefault('GREEN',[])
filenames.setdefault('RED',[])
book = xlrd.open_workbook("/home/pwaldo
On Aug 14, 6:03 am, [EMAIL PROTECTED] wrote in
news:comp.lang.python thusly:
> Hi all,
>
> I am trying to figure out a way to read colors with xlrd, but I did
> not understand the formatting.py module.
It is complicated, because it is digging out complicated info which
varies
Hi all,
I am trying to figure out a way to read colors with xlrd, but I did
not understand the formatting.py module. Basically, I want to sort
rows that are red or green. My initial attempt discovered that
>>>print cell
text:u'test1.txt' (XF:22)
text:u'test2.txt'
On Aug 4, 11:08 pm, [EMAIL PROTECTED] wrote:
> here is working code that will read & display contents of all rows & columns
> in all the sheets, you need xlrd 0.6.1
>
> import xlrd, os, sys
>
> book = xlrd.open_workbook(sys.argv[1])
> print "The number of work
here is working code that will read & display contents of all rows & columns
in all the sheets, you need xlrd 0.6.1
import xlrd, os, sys
book = xlrd.open_workbook(sys.argv[1])
print "The number of worksheets is", book.nsheets
for shx in range(book.nsheets):
sh = book.
Yeats uol.com.br> writes:
>
>
> Hi,
>
> Years ago i use xlrd to read data from
> excel and now I need again, but i get strange result. The code is:
>
> from xlrd import *
>
> Planilha =
> open_workbook('C:\\Resultados.xls')Resulta
Yeats wrote:
Hi,
Years ago i use xlrd to read data from excel and now I need again, but
i get strange result. The code is:
from xlrd import *
Planilha = open_workbook('C:\\Resultados.xls')
Resultados = Planilha.sheet_by_name('Resultados')
c = (Resultados.cell_value
Hi,
Years ago i use xlrd to read data from excel and now I need again, but i get
strange result. The code is:
from xlrd import *
Planilha = open_workbook('C:\\Resultados.xls')
Resultados = Planilha.sheet_by_name('Resultados')
c = (Resultados.cell_value(2,2))
print c
and t
On 2008-07-28 22:22, Fabio Oikawa wrote:
Hello.
I am trying to open an .xls (excel) file using xlrd, but an error message
occurs when I open the workbook.
I can open any other .xls file made by myself (either by MS Excel 2003 SP3
in Windows Vista or by OpenOffice 2.0 in Debian) using the
Hello.
I am trying to open an .xls (excel) file using xlrd, but an error message
occurs when I open the workbook.
I can open any other .xls file made by myself (either by MS Excel 2003 SP3
in Windows Vista or by OpenOffice 2.0 in Debian) using the
*open_workbook*function:
wb
On Jun 2, 5:48 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Jun 3, 8:23 am, Chanman <[EMAIL PROTECTED]> wrote:
>
> > This is probably a simple question to most of you, but here goes.
> > I've downloaded the xlrd (version 0.6.1) module and placed in in the
>
On Jun 3, 8:23 am, Chanman <[EMAIL PROTECTED]> wrote:
> This is probably a simple question to most of you, but here goes.
> I've downloaded the xlrd (version 0.6.1) module and placed in in the
> site-packages folder. Now, when I write a script, I type:
>
> import sys
&g
Chanman wrote:
This is probably a simple question to most of you, but here goes.
I've downloaded the xlrd (version 0.6.1) module and placed in in the
site-packages folder. Now, when I write a script, I type:
import sys
import xlrd
When I run it, there is an import error saying there
This is probably a simple question to most of you, but here goes.
I've downloaded the xlrd (version 0.6.1) module and placed in in the
site-packages folder. Now, when I write a script, I type:
import sys
import xlrd
When I run it, there is an import error saying there is no module
named
1 - 100 of 152 matches
Mail list logo