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
Post a Comment