The cell that is returned is a {@link Cell#CELL_TYPE_BLANK}. The type can be changed either through calling setCellValue
or setCellType
.
@param column - the column number this cell represents
@return Cell a high level representation of the created cell.
@throws IllegalArgumentException if columnIndex < 0 or greater than the maximum number of supported columns(255 for *.xls, 1048576 for *.xlsx)
The cell that is returned is a {@link Cell#CELL_TYPE_BLANK}. The type can be changed either through calling setCellValue
or setCellType
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|