jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

add support for xlsb #452

Closed 675076143 closed 4 weeks ago

675076143 commented 4 weeks ago

https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-xlsb/acc8aa92-1f02-4167-99f5-84f9f676b95a

jmcnamara commented 4 weeks ago

Unfortunately adding support for xlsb is non-trivial and would take a lot of work to duplicate all of the xml writing code with equivalent BIFF binary writing code. It is also much harder to debug when something goes wrong. I know this from experience of working with the xls file format.

So overall this is a "won't/can't fix".