An interesting problem I stumbled across- would it be possible for a python script to open up a calc document and change the values of cells? Absolutely no idea how to approach that, suggestions welcome :)
Asked
Active
Viewed 3,384 times
-1
-
you can try openpyxl (https://openpyxl.readthedocs.io/en/default/) – Bussller Jul 17 '17 at 07:12
1 Answers
0
I have flagged this as a duplicate.
However, the odfpy library should help you with this: https://github.com/eea/odfpy as an example.

Anton vBR
- 18,287
- 5
- 40
- 46