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 SXSSFCellSXSSFRow. createCell(int column)Use this to create new cells within the row and return it.SXSSFCellSXSSFRow. createCell(int column, CellType type)Use this to create new cells within the row and return it.SXSSFCellSXSSFFormulaEvaluator. evaluateInCell(Cell cell)SXSSFCellSXSSFRow. getCell(int cellnum)Get the cell representing a given column (logical cell) 0-based.SXSSFCellSXSSFRow. getCell(int cellnum, Row.MissingCellPolicy policy)Returns the cell at the given (0 based) index, with the specifiedRow.MissingCellPolicy
-