Uses of Class
org.apache.poi.xssf.usermodel.XSSFCell
-
Packages that use XSSFCell Package Description org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.helpers -
-
Uses of XSSFCell in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFCell Modifier and Type Method Description XSSFCellXSSFRow. createCell(int columnIndex)Use this to create new cells within the row and return it.XSSFCellXSSFRow. createCell(int columnIndex, CellType type)Use this to create new cells within the row and return it.XSSFCellXSSFFormulaEvaluator. evaluateInCell(Cell cell)XSSFCellXSSFRow. getCell(int cellnum)Returns the cell at the given (0 based) index, with theRow.MissingCellPolicyfrom the parent Workbook.XSSFCellXSSFRow. getCell(int cellnum, Row.MissingCellPolicy policy)Returns the cell at the given (0 based) index, with the specifiedRow.MissingCellPolicyMethods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFCell Modifier and Type Method Description CellRange<XSSFCell>XSSFSheet. removeArrayFormula(Cell cell)CellRange<XSSFCell>XSSFSheet. setArrayFormula(String formula, CellRangeAddress range)Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFCell Modifier and Type Method Description protected voidXSSFSheet. onDeleteFormula(XSSFCell cell, BaseXSSFEvaluationWorkbook evalWb)when a cell with a 'master' shared formula is removed, the next cell in the range becomes the masterprotected voidXSSFWorkbook. onDeleteFormula(XSSFCell cell)Fired when a formula is deleted from this workbook, for example when calling cell.setCellFormula(null) -
Uses of XSSFCell in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers that return XSSFCell Modifier and Type Method Description XSSFCellXSSFSingleXmlCell. getReferencedCell()Gets the XSSFCell referenced by the R attribute or creates a new one if cell doesn't exists
-