Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfagundes/oosheet
OpenOffice.org Spreadsheet scripting and macros made easy with Python
https://github.com/lfagundes/oosheet
Last synced: 13 days ago
JSON representation
OpenOffice.org Spreadsheet scripting and macros made easy with Python
- Host: GitHub
- URL: https://github.com/lfagundes/oosheet
- Owner: lfagundes
- Created: 2010-12-15T15:19:13.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T13:09:31.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T22:57:36.689Z (3 months ago)
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 22
- Watchers: 5
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
oosheet is a module developing OpenOffice.org Spreadsheet automated routines using Python.
Documentation is available at http://oosheet.readthedocs.io/ or else, you can build it from source like this::
$ easy_install Sphinx
$ cd docs
$ make htmlthen open _build/html/index.html in your web browser.
To run tests, make sure you don't have an instance of OO.org running, and then::
$ python oosheet/tests/run_tests.py
You're supposed to be using a Debian-based GNU/Linux distribution, other environments were not tested, but should work in any GNU/Linux environment.
Tests assume you have your OpenOffice.org in English - USA default language.