csv files

Convert 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.

The following update to the code does just that."


 

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.

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.


 

More Working with CSV Files from the Command Line

Linux Journal - The Original Magazine of the Linux Community  Mon, 05/04/2009 - 11:01

How to extract and manipulate CSV data using the command line.

Download in .ogv format

read more


 

Working with CSV Files from the Command Line

Linux Journal - The Original Magazine of the Linux Community  Thu, 04/30/2009 - 12:04

How to extract and manipulate CSV data from the command line.

Download in .ogv format

read more


 

Python (pyuno) "Hello World" Addon for OpenOffice

Linux 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 2

Linux 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

read more


 

Convert SpreadSheets to CSV files with Python and pyuno

Linux 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.

The converter supports any type of input spreadsheet that is supported by OpenOffice.

read more


 

Handling CSV Files in Python

Linux 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".

Take CSV files for example. CSV, of course, stands for "Comma Separated Values", more often than not though, it seems that CSV files use tabs to separate values rather than commas.

read more