ExcelReadonlyWorkbook
The ExcelReadonlyWorkbook is returned by the ExcelWorkbook.loadWorkbook function.
Functions
getNumberOfSheets()
Get the number of sheets in the Workbook
@return:
getSheetByName(name)
Get the sheet by name
- name
@return: An ExcelSheet
getSheetByPosition(position)
Get a sheet by its position
- position
@return: