Uses of Class
org.apache.poi.xssf.usermodel.XSSFCell

Packages that use XSSFCell
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
 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(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, Row.MissingCellPolicy policy)
          Returns the cell at the given (0 based) index, with the specified Row.MissingCellPolicy
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFCell
 CellRange<XSSFCell> XSSFSheet.removeArrayFormula(Cell cell)
           
 CellRange<XSSFCell> XSSFSheet.setArrayFormula(java.lang.String formula, CellRangeAddress range)
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFCell
protected  void XSSFWorkbook.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
 XSSFCell XSSFSingleXmlCell.getReferencedCell()
          Gets the XSSFCell referenced by the R attribute or creates a new one if cell doesn't exists
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.