Apache POI XSSF reading in excel files

前端 未结 8 2092
北恋
北恋 2021-02-13 00:00

I just have a quick question about how to read in an xlsx file using the XSSF format from Apache.

Right now my code looks like this:

InputStream fs = ne         


        
8条回答
  •  花落未央
    2021-02-13 00:26

    I have the same error, I have just updated the pom dependencies with the same version. It worked.

            
            
                org.apache.poi
                poi
                4.1.0
            
            
            
                org.apache.poi
                poi-ooxml
                4.1.0
            
    

提交回复
热议问题