Hi,
I’m looking for a well maintained way to create a Calc sheet from a python script, that is:
- open the ODS file
- add a new sheet with data in it
- save the ODS file
I found a few modules such as odfpy or ezodf (no longer maintained, last commit is 2017) but it is unclear which one is best suited to this purpose. There also is a 2015 question that is almost similar to mine but it is ancient by Python standards.
Although I’ve been able to create a Calc sheet using the ezodf example it does not sound like a solution. If the module faces a critical bug next week for any reason, there will be no fix because it is not maintained.
Thanks in advance for your help !