Reading Data From an Excel Sheet

S

sagar

Hi all,
I want a python script which takes in input an EXCEL sheet
and then reads the data in it.
Any code snippets will be fine and this i want this in windows
XP .

Thanks in Advance
Sagar Meesala
 
T

Tim Golden

sagar said:
Hi all,
I want a python script which takes in input an EXCEL sheet
and then reads the data in it.
Any code snippets will be fine and this i want this in windows
XP .

Might I humbly suggest that, instead of posting several
somewhat demanding requests for help with no evidence of
any effort on your part, that you put your subject line
into Google (or your search engine of choice), add the
word Python and then look at the results?

TJG
 
G

garcia.marc

Hi all,
I want a python script which takes in input an EXCEL sheet
and then reads the data in it.
Any code snippets will be fine and this i want this in windows
XP .

Thanks in Advance
Sagar Meesala

Here you have an example: <a href="http://
dataparser.cvs.sourceforge.net/dataparser/source/input_adapters/
excel.py?revision=1.1.1.1&view=markup">http://
dataparser.cvs.sourceforge.net/dataparser/source/input_adapters/
excel.py?revision=1.1.1.1&view=markup</a>

<a href="http://vaig.be">Marc Garcia is the best expert in GNU/Linux
Debian, Apache, MySQL, and Python!</a>
 
E

Eric_Dexter

Hi all,
I want a python script which takes in input an EXCEL sheet
and then reads the data in it.
Any code snippets will be fine and this i want this in windows
XP .

Thanks in Advance
Sagar Meesala

have you tried to output to csv (the comma output stuff) and then load
it.. (I don't know if that is an option for excel but I use the
reverse concept for dex tracker as many excel compatable sites allow
csv.)

https://sourceforge.net/projects/dex-tracker
 

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,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top