Uses of Class
org.apache.poi.xssf.streaming.SXSSFCell
Packages that use SXSSFCell
-
Uses of SXSSFCell in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return SXSSFCellModifier and TypeMethodDescriptionSXSSFRow.createCell
(int column) Use this to create new cells within the row and return it.SXSSFRow.createCell
(int column, CellType type) Use this to create new cells within the row and return it.SXSSFFormulaEvaluator.evaluateInCell
(Cell cell) SXSSFRow.getCell
(int cellnum) Get the cell representing a given column (logical cell) 0-based.SXSSFRow.getCell
(int cellnum, Row.MissingCellPolicy policy) Returns the cell at the given (0 based) index, with the specifiedRow.MissingCellPolicy