Bug 46225 - HSSFSheet.autoSizeColumn takes a short while all other column commands have been migrated to int
Summary: HSSFSheet.autoSizeColumn takes a short while all other column commands have b...
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.2-FINAL
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-17 14:50 UTC by John
Modified: 2008-11-18 23:44 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John 2008-11-17 14:50:57 UTC
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.
Comment 1 Yegor Kozlov 2008-11-18 23:44:35 UTC
Already done in r714128.
Try the latest svn version.

Yegor