https://issues.apache.org/bugzilla/show_bug.cgi?id=54891
Bug ID: 54891
Summary: Description for
org.apache.poi.ss.usermodel.Row#createCell(int column,
int type) is incorrect
Product: POI
Version: 3.9
Hardware: PC
Status: NEW
Severity: trivial
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
JavaDoc reads:
"The cell that is returned is a {@link Cell#CELL_TYPE_BLANK}. The type can be
changed either through calling setCellValue or setCellType."
But that is probably incorrect - why should I specify type if type for returned
Cell is Cell#CELL_TYPE_BLANK?
In all HSSFRow, SXSSFRow and XSSFRow implementations the implementation is
correct (it sets the type), so please fix the JavaDoc.
--
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]