Package | Description |
---|---|
org.apache.poi.xssf.streaming |
Modifier and Type | Class and Description |
---|---|
class |
DeferredSXSSFSheet
A variant of SXSSFSheet that uses a
RowGeneratorFunction to lazily create rows. |
Modifier and Type | Method and Description |
---|---|
SXSSFSheet |
SXSSFWorkbook.createSheet()
Create a Sheet for this Workbook, adds it to the sheets and returns
the high level representation.
|
SXSSFSheet |
SXSSFWorkbook.createSheet(java.lang.String sheetname)
Create a 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.
|
Modifier and Type | Method and Description |
---|---|
protected SXSSFWorkbook.ISheetInjector |
DeferredSXSSFWorkbook.createSheetInjector(SXSSFSheet sxSheet) |
protected SXSSFWorkbook.ISheetInjector |
SXSSFWorkbook.createSheetInjector(SXSSFSheet sxSheet) |
void |
RowGeneratorFunction.generateRows(SXSSFSheet sheet)
Generate and add rows to the sheet
|
Constructor and Description |
---|
SXSSFRow(SXSSFSheet sheet) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.