easypoi

使用问题集锦:

  • 在使用easypoi导出excel时,报错 :Your stream was neither an OLE2 stream, nor an OOXML stream

使用.xls格式的模板时会报以上错误。改为.xlsx格式不会报这个错但是也会有其他的问题。

解决办法:(感谢原作者:https://blog.csdn.net/ljheee/article/details/83387207)

项目的pom.xml中添加maven资源插件




    
           org.apache.maven.plugins
           maven-resources-plugin
           
               
                   xls
               
           
    

 

你可能感兴趣的:(excel,java,easypoi,poi)