1. 程式人生 > >Excel樣式迴圈報錯

Excel樣式迴圈報錯

匯出 Excel資料多報錯:java.lang.IllegalStateException: The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook 

程式碼建立的cellSyle太多了。在迴圈中呼叫了HSSFCellStyle cellStyle = wb.createCellStyle();如果有,不要放到迴圈中,在迴圈外面建立好了,再放到程式碼中引用。