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