To sign up for the Google NY Trip please put your name and email on this spreadsheet:
spreadsheetsGoogle NY Trip Signup SheetMath & Computer Science Society Thu, 04/28/2011 - 14:59
To sign up for the Google NY Trip please put your name and email on this spreadsheet: Tags:
Document Freedom Day 2010Linux Today Wed, 03/03/2010 - 03:02
Free Software Foundation: "Will you be able to read your documents 20 years from now? Every day, millions of computer users like you edit text and spreadsheets, take pictures and record audio and video. Webopedia Term of the Day: OpenDocument FormatLinux Today Thu, 10/29/2009 - 03:33
Webopedia: "An open file format enables users of varying office suites to exchange documents, such as text-based documents, spreadsheets, charts, or databases, freely with one another." 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. 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. Slicing and Dicing on the Command LineLinux Magazine: Top Stories Thu, 04/16/2009 - 07:49
If you don't know text, you don't know Linux. There are a host of methods for reformatting plain text -- including the text used by graphical applications like spreadsheets and email programs. 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. |