You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SXSSFSheetIllegalStateException 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
The text was updated successfully, but these errors were encountered:
In
SXSSFSheet
IllegalStateException
will be thrown with messageCould not auto-size column. Make sure the column was tracked prior to auto-sizing the column.
onsheet.autoSizeColumn(0)
.So I think it's a good idea to add options for it. PR will be soon
The text was updated successfully, but these errors were encountered: