On 8/25/06, F <[EMAIL PROTECTED]> 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,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to