| Package | Description | 
|---|---|
| org.apache.poi.xssf.streaming | 
| Modifier and Type | Method and Description | 
|---|---|
| SXSSFCell | SXSSFRow. createCell(int column)Use this to create new cells within the row and return it. | 
| SXSSFCell | SXSSFRow. createCell(int column,
          CellType type)Use this to create new cells within the row and return it. | 
| SXSSFCell | SXSSFFormulaEvaluator. evaluateInCell(Cell cell) | 
| SXSSFCell | SXSSFRow. getCell(int cellnum)Get the cell representing a given column (logical cell) 0-based. | 
| SXSSFCell | SXSSFRow. getCell(int cellnum,
       Row.MissingCellPolicy policy)Returns the cell at the given (0 based) index, with the specified  Row.MissingCellPolicy | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.