oosheet
oosheet copied to clipboard
OpenOffice.org Spreadsheet scripting and macros made easy with Python
in intial setup for windows (registry values) & in OODoc.alert()
Hi, I launch libreoffice calc, load a spreadsheet, and connect from oosheet; everything is fine. I can access cells and read values etc. The moment I reload the file using...
However `def quit(self): """Closes the OpenOffice.org instance""" self.dispatch('CloseDoc') ` works a treat.. suggest replacing 'Quit' on https://github.com/lfagundes/oosheet/blob/master/oosheet/__init__.py#L223 with 'CloseDoc'
Could you upgrade your lib to python 3.x to be compatible with LibreOffice 4.x
Hello, I have just discovered OOSheet which seems very interesting to me. Trying to use it I encountered several problems with my W7 and LibreOffice 3.5 configuration. I made also...