| Package | Description | 
|---|---|
| org.apache.poi.xssf.streaming | 
| Modifier and Type | Method and Description | 
|---|---|
| SXSSFRow | SXSSFSheet. createRow(int rownum)Create a new row within the sheet and return the high level representation | 
| SXSSFRow | SXSSFSheet. getRow(int rownum)Returns the logical row (not physical) 0-based. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SXSSFSheet. changeRowNum(SXSSFRow row,
            int newRowNum) | 
| int | SXSSFRow. compareTo(SXSSFRow other)Compares two  SXSSFRowobjects. | 
| int | SXSSFSheet. getRowNum(SXSSFRow row) | 
| void | SheetDataWriter. writeRow(int rownum,
        SXSSFRow row)Write a row to the file | 
| Constructor and Description | 
|---|
| SXSSFCell(SXSSFRow row,
         CellType cellType) | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.