C++ Library to render ODF documents?

前端 未结 5 1677
野趣味
野趣味 2021-02-13 03:52

I am unable to find any open source libraries to render ODF documents using C++. I found ODKit suporting Java and AODL for .NET C#.

Does any one have any idea or provide

5条回答
  •  庸人自扰
    2021-02-13 04:23

    It may not be the most elegant solution but OpenOffice itself is capable of rendering and the OOoSDK can be used from C++ as seen here for writer and here for spreadsheet.

提交回复
热议问题