https://bz.apache.org/bugzilla/show_bug.cgi?id=68245

            Bug ID: 68245
           Summary: Unable to autosize columns since 5.2.4
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: keilho...@gmail.com
  Target Milestone: ---

I'm using 

> for (short i = 0; i < Math.max(rowZero.getLastCellNum(), 0); i++) 
>   sheet.autoSizeColumn(i);

on a XSSF Sheet to autosize all columns.
This works perfectly with poi up to version 5.2.3.

In version 5.2.4 and 5.2.5 the columns are not autosized in the resulting
Excel.

Do I have to add some code since 5.2.4 in order to get this working?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to