Uses of Class
org.apache.poi.hssf.usermodel.HSSFCell
Packages that use HSSFCell
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFCell in org.apache.poi.hssf.converter
Methods in org.apache.poi.hssf.converter with parameters of type HSSFCellModifier and TypeMethodDescriptionprotected boolean
AbstractExcelConverter.isTextEmpty
(HSSFCell cell) protected boolean
ExcelToFoConverter.processCell
(HSSFWorkbook workbook, HSSFCell cell, Element tableCellElement, int normalWidthPx, int maxSpannedWidthPx, float normalHeightPt) protected boolean
ExcelToHtmlConverter.processCell
(HSSFCell cell, Element tableCellElement, int normalWidthPx, int maxSpannedWidthPx, float normalHeightPt) -
Uses of HSSFCell in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFCellModifier and TypeMethodDescriptionHSSFRow.createCell
(int column) Use this to create new cells within the row and return it.HSSFRow.createCell
(int columnIndex, CellType type) Use this to create new cells within the row and return it.HSSFFormulaEvaluator.evaluateInCell
(Cell cell) HSSFRow.getCell
(int cellnum) Get the hssfcell representing a given column (logical cell) 0-based.HSSFRow.getCell
(int cellnum, Row.MissingCellPolicy policy) Get the hssfcell representing a given column (logical cell) 0-based.Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFCellModifier and TypeMethodDescriptionHSSFSheet.removeArrayFormula
(Cell cell) HSSFSheet.setArrayFormula
(String formula, CellRangeAddress range) Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFCellModifier and TypeMethodDescriptionvoid
Moves the supplied cell to a new column, which must not already have a cell there!void
HSSFFormulaEvaluator.notifyDeleteCell
(HSSFCell cell) Should be called to tell the cell value cache that the specified cell has just been deleted.void
HSSFFormulaEvaluator.notifyUpdateCell
(HSSFCell cell) Should be called to tell the cell value cache that the specified (value or formula) cell has changed.