| Package | Description | 
|---|---|
| org.apache.poi.xssf.streaming | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| SXSSFRow(SXSSFSheet sheet) | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.