You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the start of pyoocalc.py, it imports a module named uno, but the project files do not include a module by that name. Where does one obtain that module? It also was not found in the LibreOffice SDK.
The text was updated successfully, but these errors were encountered:
Sorry that there is not pip package, hadn't time for it. I'll try to find some time to do it in the nearest time.
You have to install libre/open office python package.
$ cd src/examples/
$ python3 example.py
PyOOCalc version: 0.0.5
Fields count: 7
Document header is: False
New table name is: Test table name
Cell 'value1': value1
Cell 'value2' value2
At the start of pyoocalc.py, it imports a module named uno, but the project files do not include a module by that name. Where does one obtain that module? It also was not found in the LibreOffice SDK.
The text was updated successfully, but these errors were encountered: