|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SXSSFSheet | |
---|---|
org.apache.poi.xssf.streaming |
Uses of SXSSFSheet in org.apache.poi.xssf.streaming |
---|
Methods in org.apache.poi.xssf.streaming that return SXSSFSheet | |
---|---|
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. |
Constructors in org.apache.poi.xssf.streaming with parameters of type SXSSFSheet | |
---|---|
SXSSFRow(SXSSFSheet sheet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |