Convert SpreadSheets to CSV files with Python and pyuno, Part 1v2

50
Article Source Linux Journal
July 21, 2009, 7:59 am

Some months back I developed some pyuno code for converting spreadsheets into CSV files from the command line. Pyuno being the Python interface to the OpenOffice runtime. One of the enhancement suggestions I got was to add the ability to extract all the sheets and/or a specific sheet rather than always extracting the first sheet. The following update to the code does just that.

By way of refreshing our memory, the converter program takes pairs of input and output files…

 

Read More