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

Packages that use CellRecord
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of CellRecord in org.apache.poi.hssf.record
 

Subclasses of CellRecord in org.apache.poi.hssf.record
 class BoolErrRecord
          Creates new BoolErrRecord.
 class FormulaRecord
          Formula Record (0x0006).
 class LabelSSTRecord
          Title: Label SST Record
 class NumberRecord
          NUMBER (0x0203) Contains a numeric cell value.
 class RKRecord
          Title: RK Record (0x027E)
 

Methods in org.apache.poi.hssf.record with parameters of type CellRecord
protected  void CellRecord.copyBaseFields(CellRecord rec)
           
 



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