Looking for a tool for spreadsheet manipulation.

David Berube djberube at berubeconsulting.com
Wed Jan 19 14:13:58 EST 2011


On 01/19/2011 01:51 PM, Brian St. Pierre wrote:
> Google provides an API for Google Spreadsheets:
>      http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html
>
> and a python client library:
>
>      http://code.google.com/p/gdata-python-client/
>
> -Brian
> _______________________________________________

Alternatively, instead of editing the document, you could edit a CSV 
text file, tab delimited text file, or database table and then generate 
your XLS/google doc document from that - which is likely your most 
flexible approach, and still preserves your ability to have your 
preferred output format.

-- 
David Berube
Berube Consulting
http://berubeconsulting.com
(603) 574-4766



More information about the gnhlug-discuss mailing list