Open Office and Python

Simon Brunning simon at brunningonline.net
Fri Aug 25 09:34:15 EDT 2006


On 8/25/06, F <F at f.com> wrote:
> I'd like to load a .csv file to the Open Office spreadsheet from the command
> line using an arbitrary delimiter through Python. I don't need any fancy
> formatting and stuff like that, just putting the values in the spreadsheet
> will do.

Have you looked at the csv module? <http://docs.python.org/lib/module-csv.html>.

-- 
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list