C++ library to visualize files, especially documents, in HTML.
- odt, odp, ods, odg (OpenOffice / LibreOffice)
- docx, pptx, xlsx (Microsoft Office Open XML)
- zip
- cfb (Microsoft Compound File Binary File Format)
Currently, used as backend for OpenDocument.droid and OpenDocument.ios.
Replaces legacy projects OpenDocument.java, JOpenDocument and svm.
Potential test files: https://file-examples.com/
This project comes with CMake as a build system and Conan as package manager. In principle they should be independent and one can build without Conan.
Using Conan one can use our Artifactory as a Conan remote for convenience: https://artifactory.opendocument.app/
As an alternative to the Conan remote you can also export the package locally via Conan i.e. conan export . --name odrcore --version VERSION
(fill VERSION
with something appropriate).
Versions and history are tracked on GitHub.