odf - Editing `ods` file in C++ code -


i need edit libreoffice calc document programmatically in c++. know there odfkit library, uses webodf, looks doesn't support editing .ods files.

is there alternative can deliver me feature?

libreoffice has api, called uno, controlling process. if need more complicated, simplest route.

if need simple transformation, other option unpack file plain old zip library (libzip, libarchive, ...) , modify xml manually.

the opendocument site mentions lpod, web seems defunct , while search comes looks relevant, not sure whether there usable.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -