Question

I was looking for a Qt implementation (since Qt already support export of rich text to odt) but found none of them. Then I was astonished that I can't find any C++ class to read/write ods files.

I need to import/export tables with basic formating and was thinking that using a open source format would be a good idea. But it looks like it is mission impossible in C++

Was it helpful?

Solution

I wrote a Qt5 library for working with .ods, check it out: https://github.com/f35f22fan/QOds

OTHER TIPS

The Calligra framework will let you do this just fine, and since you're looking for a Qt based thing, then that would probably be your best option :) Further information on using Calligra for development can be found here: http://community.kde.org/Calligra

Not exactily what you wanted but check this out:

OpenOffice API

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top