SXSSFSheet |
SXSSFWorkbook.createSheet() |
Sreate an Sheet for this Workbook, adds it to the sheets and returns
the high level representation.
|
SXSSFSheet |
SXSSFWorkbook.createSheet(java.lang.String sheetname) |
Create an Sheet for this Workbook, adds it to the sheets and returns
the high level representation.
|
SXSSFSheet |
SXSSFCell.getSheet() |
Returns the sheet this cell belongs to
|
SXSSFSheet |
SXSSFRow.getSheet() |
Returns the Sheet this row belongs to
|
SXSSFSheet |
SXSSFWorkbook.getSheet(java.lang.String name) |
Get sheet with the given name
|
SXSSFSheet |
SXSSFWorkbook.getSheetAt(int index) |
Get the Sheet object at the given index.
|