79631911

Date: 2025-05-21 11:57:31
Score: 0.5
Natty:
Report link
int columnsSize = 100;
Sheet sheet = workbook.createSheet("sheet")
((SXSSFSheet) sheet).trackAllColumnsForAutoSizing();
for (int i = 0; i < columnsSize; i++) {
    sheet.autoSizeColumn(i);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: milosz