Workbook workbook = WorkbookFactory.create(new FileInputStream(excel);这一句就报了内存溢出,应该是excel一次性载入内存导致的。有什么办法解决呢?.xls大小是 207M
闭关修行中......
I do a lot of Excel parsing, detailed explanation: http://blog.csdn.net/lishengbo/article/details/40711769
Memory overflow? Start thread reading?
I do a lot of Excel parsing, detailed explanation: http://blog.csdn.net/lishengbo/article/details/40711769
Memory overflow? Start thread reading?