문제

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++

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top