cloudform - 2011-03-21

This project WILL eventually have support for Open Office Calc.  Anyone interested in developing for Calc should contact me immediately at cloudform511@gmail.com

Development should be simple, as the class is designed so the only things you HAVE to overload (after inheriting from PyWorkbook) are get_point and set_point.  After that you will want a way to change which workbook you are linked to, and change the sheet you are linked to.

Difficulty: Moderate - I will help you if you run into any problems.

If you are interested check the link below, and read the documentation in PyWorkbook.py

http://wiki.services.openoffice.org/wiki/Python - You should check out Danny's modules in particular, since I BELIEVE they would allow you to practically copy the code in ExWorkbook and make it work for Open Office.