Uses of Class
org.apache.poi.hssf.util.CellRangeAddress8Bit
Packages that use CellRangeAddress8Bit
Package
Description
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
-
Uses of CellRangeAddress8Bit in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return CellRangeAddress8BitConstructors in org.apache.poi.hssf.record with parameters of type CellRangeAddress8BitModifierConstructorDescriptionArrayRecord
(Formula formula, CellRangeAddress8Bit range) protected
TableRecord
(CellRangeAddress8Bit range) -
Uses of CellRangeAddress8Bit in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return CellRangeAddress8BitModifier and TypeMethodDescriptionSharedValueManager.removeArrayFormula
(int rowIndex, int columnIndex) Removes theArrayRecord
for the cell group containing the specified cell. -
Uses of CellRangeAddress8Bit in org.apache.poi.hssf.util
Methods in org.apache.poi.hssf.util that return CellRangeAddress8Bit