Uses of Class
org.apache.poi.hssf.record.OldCellRecord
-
Packages that use OldCellRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of OldCellRecord in org.apache.poi.hssf.record
Subclasses of OldCellRecord in org.apache.poi.hssf.record Modifier and Type Class Description class
OldFormulaRecord
Formula Record (0x0006 / 0x0206 / 0x0406) - holds a formula in encoded form, along with the value if a numberclass
OldLabelRecord
Biff2 - Biff 4 Label Record (0x0004 / 0x0204) - read only support for strings stored directly in the cell, from the older file formats that didn't useLabelSSTRecord
-