标签:LLC exception not nsf sheet nal could not was could
autoSizeColumnAll
java.lang.IllegalStateException: Could not auto-size column. Make sure the column was tracked prior to auto-sizing the column.
SXSSFSheet sheet = (SXSSFSheet)writer.getSheet();
//上面需要强转SXSSFSheet 不然没有trackAllColumnsForAutoSizing方法
sheet.trackAllColumnsForAutoSizing();
//列宽自适应
writer.autoSizeColumnAll();
hutool BigExcelWriter 下的autoSizeColumnAll异常问题
标签:LLC exception not nsf sheet nal could not was could
原文地址:https://www.cnblogs.com/singworld/p/12037138.html