spreadsheets

Google NY Trip Signup Sheet

Math & 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:

https://spreadsheets.google.com/ccc?key=0AolYeUXMrXG_dHJoSXRLZzVRYVNhZV81dXdfN1BlWlE&hl=en&authkey=CIaNjBU


 

Document Freedom Day 2010

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

What if you couldn't read your private letters anymore, or even open that album with pictures from your honeymoon?"


 

Webopedia Term of the Day: OpenDocument Format

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

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.


 

Slicing and Dicing on the Command Line

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