|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSSFCell | |
---|---|
org.apache.poi.xssf.usermodel |
Uses of XSSFCell in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel that return XSSFCell | |
---|---|
XSSFCell |
XSSFRow.createCell(int columnIndex)
Use this to create new cells within the row and return it. |
XSSFCell |
XSSFRow.createCell(int columnIndex,
int type)
Use this to create new cells within the row and return it. |
XSSFCell |
XSSFFormulaEvaluator.evaluateInCell(org.apache.poi.ss.usermodel.Cell cell)
If cell contains formula, it evaluates the formula, and puts the formula result back into the cell, in place of the old formula. |
XSSFCell |
XSSFRow.getCell(int cellnum)
Returns the cell at the given (0 based) index, with the Row.MissingCellPolicy from the parent Workbook. |
XSSFCell |
XSSFRow.getCell(int cellnum,
org.apache.poi.ss.usermodel.Row.MissingCellPolicy policy)
Returns the cell at the given (0 based) index, with the specified Row.MissingCellPolicy |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |