Generic spreadsheet interface

Simon Hibbs simon.hibbs at gmail.com
Fri Feb 12 12:11:38 EST 2010


Hi Bro, I don't know of anything like that. The spreadsheet sites I do
know of are application-specific.

http://www.python-excel.org/

http://wiki.services.openoffice.org/wiki/Python
http://lucasmanual.com/mywiki/OpenOffice

Note that the OO.o bindings for Python are only for Python 2.3 which
is a little archaic, but it's the version I started with and should be
more than good enough for spreadsheet work. A port to 2.5 is well
underway.

You'd probably need to write your own application-specific wrapper
modules with a common API and then use those, but it's probably not as
much work as it sounds and could be developed incrementaly.
Alternatively you just write your code against one spreadsheet module,
and then write a wrapper module for the other spreadsheet API  so it
looks the same.

Simon Hibbs



More information about the Python-list mailing list