|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SXSSFCell | |
---|---|
org.apache.poi.xssf.streaming |
Uses of SXSSFCell in org.apache.poi.xssf.streaming |
---|
Methods in org.apache.poi.xssf.streaming that return SXSSFCell | |
---|---|
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 |
SXSSFRow.createCell(int column,
int type)
Deprecated. POI 3.15 beta 3. Use SXSSFRow.createCell(int, CellType) instead. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |