标签: google-app-engine
我正在使用Apache POI库将Excel中的Excel文件读取到Google App引擎中。 excel文件大小约为4 MB,大约70 k记录。 工作簿工作簿=新的XSSFWorkbook(inputStream);
我在阅读这个excel文件时收到OOM错误。
有没有更好的方法在Google App Engine中阅读Excel文件。