"invincible patriot" <[email protected]> wrote

hi, can any one tell me how can I access MS excel worksheet
in python and how can I access itz individual cells..??????

There are several Excel specific modules - try Google - or, using
the standard library, and if its practical for your case, you can use
CSV files - just save the spreadsheet as CSV - and manipulate
it that way using the standard csv module.

HTH


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to