創建workbook對象:ins = new FileInputStream(fileTemp);wb = WorkbookFactory.create(ins);-----wb對象的處理-----寫入excelout = new FileOutputStream(fileTemp)wb.write(out);每次到wb.write();就卡住了,時間好長,不知道為什么,請問是什么原因,或者有沒有其它的辦法?非常感謝!
添加回答
舉報
0/150
提交
取消