Linux Journal: "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."
csv filesConvert SpreadSheets to CSV files with Python and pyuno, Part 1v...Linux Today Fri, 07/24/2009 - 04:03
Linux Journal: "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. Convert SpreadSheets to CSV files with Python and pyuno, Part 1v...Linux Journal - The Original Magazine of the Linux Community Tue, 07/21/2009 - 08:59
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. More Working with CSV Files from the Command LineLinux Journal - The Original Magazine of the Linux Community Mon, 05/04/2009 - 11:01
Working with CSV Files from the Command LineLinux Journal - The Original Magazine of the Linux Community Thu, 04/30/2009 - 12:04
Python (pyuno) "Hello World" Addon for OpenOfficeLinux Journal - The Original Magazine of the Linux Community Fri, 02/06/2009 - 12:12
In my last few posts about pyuno (SSConverter, OORunner) we used pyuno to convert spreadsheets to CSV files by running OpenOffice from Python using Convert SpreadSheets to CSV files with Python and pyuno, Part 2Linux Journal - The Original Magazine of the Linux Community Wed, 01/14/2009 - 10:07
Using the SSConverter class that we developed last week, which used the OORunner class from the week before that, this week we'll create a Python function that allows us to use spreadsheets as if they were CSV files by converting them on Tags:
Convert SpreadSheets to CSV files with Python and pyunoLinux Journal - The Original Magazine of the Linux Community Tue, 01/06/2009 - 10:14
Using the OORunner class that we developed last week we'll now create a Python class for converting spreadsheets into CSV files. Handling CSV Files in PythonLinux Journal - The Original Magazine of the Linux Community Tue, 12/16/2008 - 12:59
As a buddy of mine always says "the nice thing about standards is that there's so many to choose from". |