Frage

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 or odf
  • 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 xmls, I'm looking for some library that provides some high-level API.

War es hilfreich?

Lösung

For Open XML (docx, xlsx), try http://libopc.codeplex.com/

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top