Invalid header reading xls file

前端 未结 3 1760
独厮守ぢ
独厮守ぢ 2021-01-12 06:33

I am reading one excel file on my local system. I am using POI jar Version 3.7, but getting error Invalid header signature; read -2300849302551019537 or in Hex 0xE011BDBFEF

3条回答
  •  既然无缘
    2021-01-12 07:09

    Just an idee, if you using maven make sure in the resource tag filtering is set to false. Otherwise maven tends to corrupt xls files in the copying phase

提交回复
热议问题