News

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 ...
$ python ssconverter.py file1.xls file1.csv file2.ods file2.csv Each input file is a spreadsheet and it is converted into the corresponding output file as a CSV file. The meat of the operation happens ...