Uses of Class
org.apache.poi.xssf.streaming.SXSSFCell
-
Packages that use SXSSFCell Package Description org.apache.poi.xssf.streaming -
-
Uses of SXSSFCell in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return SXSSFCell Modifier and Type Method 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 specifiedRow.MissingCellPolicy
-