I need to edit xlsx/ods files.
I thought, it should have been a library for this, as far as task seems relatively common. I checked current answers on on SO, but I was unable to found appropriate solution.
My requirements are:
- Support for
docx
orodf
- Open source
- C++ / C
- Cross-platform (Linux/Windows)
I do not need to render documents, only edit them (read data and apply some transformations).
Also, I understand that above documents are just zip
archives of xml
s, I'm looking for some library that provides some high-level API.