opening excel

T

timmy

Hello,

has anybody got any experience opening and manilpulating excel
spreedsheets via python? it seems pythoncom allows this to happen but
i'm a total newb to it. (i usually work in the unix world)
all i need to do, is open the xls files and read values from it.
 
J

John Machin

timmy said:
Hello,

has anybody got any experience opening and manilpulating excel
spreedsheets via python? it seems pythoncom allows this to happen but
i'm a total newb to it. (i usually work in the unix world)
all i need to do, is open the xls files and read values from it.

If you really mean "read" rather than "manipulate", have a look at the
xlrd package (of which I'm the author).

http://www.python.org/pypi/xlrd

BTW, it's pure Python; you can run it on your unix box if you like :)

Cheers,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top