jameskleeh/groovy-excel-builder

Add options to Sheet to track columns because IllegalStateException will be thrown on it's auto-sizing

kortov opened this issue · 0 comments

In SXSSFSheet IllegalStateException will be thrown with message Could not auto-size column. Make sure the column was tracked prior to auto-sizing the column. on sheet.autoSizeColumn(0).
So I think it's a good idea to add options for it. PR will be soon