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

Tags:
Created by Maurice Gasco on 2018/06/07 16:52
     
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation