tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

[Feature Request] Support for Open Document Sheet #611

Open Yaksinikos opened 2 years ago

Yaksinikos commented 2 years ago

Requested feature: Support for LibreOffice Calc's .ods OpenDocument Sheet format.

tfussell commented 2 years ago

I took a quick look at the OpenDocument format. They both use ZIP packages containing XML files so that part could be reused. The XML elements have a different structure and names. It may be possible to get some basic support without a huge effort, but this would probably be lower priority than fixing some of the more serious bugs.