ExcelWritableSheet
The ExcelWritableSheet is a writable sheet returned by the getSheetByName and getSheetByPosition functions of ExcelWritableWorkbook
Functions
getNumberOfColumns()
Get the number of columns
@return:
getNumberOfRows()
Get the number of columns
@return:
setCellValue(column, row, value, format)
Set the value of a cell
- column
- row
- value
- format
getCellValue(column, row)
Get the cell value
- column
- row
@return:
getCellFormat(column, row)
Get the cell format
- column
- row
@return: An ExcelCellFormat