Can't open excel file generated with excelLibrary

后端 未结 3 2022
粉色の甜心
粉色の甜心 2020-12-17 15:19

I\'m using excelLibrary to programatically create excel files but I get a file format error when I try to open the generated files in Microsoft Office Excel.

I\'ve s

3条回答
  •  温柔的废话
    2020-12-17 15:33

    Unfortunately excel file exported with excelLibrary are not compatible with office 2010 Excel, this is an already reported issue but seems that the library development is no longer active .

    I've switched to NPOI .

提交回复
热议问题