ExcelSheet
The ExcelSheet is a readonly sheet returned by the getSheetByName and getSheetByPosition functions of ExcelReadonlyWorkbook
Functions
getNumberOfRows()
Get the number of rows in the Sheet
@return:
@since: 3.0.3
Rows()
Get the number of rows in the Sheet
@return:
@deprecated:
getNumberOfColumns()
Get the number of columns in the sheet
@return:
@since: 3.0.3
Columns()
Get the number of columns in the sheet
@return:
@deprecated:
Cell(col, row)
Get an Excel Cell
- col
- row
@return: An ExcelCell