File Excel From Apache POI Cant Open by Ms Excel (corrupt)

后端 未结 5 602
囚心锁ツ
囚心锁ツ 2020-12-19 01:56

I don\'t know why the file I write using POI cant be opened by Ms Excel 2013, but the file is still readable by POI. (cell value can be changed)

this is the error fr

5条回答
  •  北海茫月
    2020-12-19 02:17

    The solution is to use the .xls extension and NOT .xlsx, as outlined in this answer

提交回复
热议问题