Class CellRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord, CellValueRecordInterface
Direct Known Subclasses:
BoolErrRecord, FormulaRecord, LabelSSTRecord, NumberRecord, RKRecord

public abstract class CellRecord extends StandardRecord implements CellValueRecordInterface
Base class for all cell value records (implementors of CellValueRecordInterface). Subclasses are expected to manage the cell data values (of various types).