Uses of Class
org.apache.poi.hssf.record.OldCellRecord

Packages that use OldCellRecord
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
 class OldFormulaRecord
          Formula Record (0x0006 / 0x0206 / 0x0406) - holds a formula in encoded form, along with the value if a number
 class 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 use LabelSSTRecord
 



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