https://issues.apache.org/bugzilla/show_bug.cgi?id=46225

           Summary: HSSFSheet.autoSizeColumn takes a short while all other
                    column commands have been migrated to int
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


HSSFSheet.getColumnWidth(int)
HSSFSheet.setColumnWidth(int, short)
HSSFRow.createCell(int)
int HSSFCell.getColumnIndex()
HSSFSheet.autoSizeColumn(short)

should be updated so that auto-sizeing a column doesn't need a typecast from
int to short.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to