[Tutor] how to do excel in python

Alan Gauld alan.gauld at btinternet.com
Thu Aug 5 17:29:16 CEST 2010


"invincible patriot" <invincible_patriot at hotmail.com> 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/




More information about the Tutor mailing list