java.lang.outofmemory exception while reading excel file (xlsx) using POI

后端 未结 7 1881
死守一世寂寞
死守一世寂寞 2020-12-19 19:34

I am developing a web application which reads data from excel file (xlsx). I am using POI for reading excel sheet. The problem is when I try to read excel file, the server t

7条回答
  •  离开以前
    2020-12-19 20:10

    You better store them in file and try to load them in database at then end. This will avoid single insert a

提交回复
热议问题