Library to edit .ods spreadsheet
-
wrote on 2 Jun 2016, 07:01 last edited by
Hi,
Is there a library to edit Open document (especially .ods spreadsheet) ?
Thx
-
Hi
http://www.opendocumentformat.org/developers/
it is XML so u can open it as such file to edit it.
Displaying is whole other matter.So what is the goal?
-
wrote on 2 Jun 2016, 12:11 last edited by
Hi,
I wanted to edit the file using a lib like QXlsx(for Excel) but couldn't find one(despite it's open-source), so i used ur method with the xml content file.
It's just more complicated and time-consuming but it's working :)Thx
2/3