Uses of Interface
org.apache.poi.hssf.record.CellValueRecordInterface

Packages that use CellValueRecordInterface
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

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

Classes in org.apache.poi.hssf.record that implement CellValueRecordInterface
 class BlankRecord
          Title: Blank cell record
 class BoolErrRecord
          Creates new BoolErrRecord.
 class FormulaRecord
          Formula Record.
 class LabelRecord
          Label Record - read only support for strings stored directly in the cell..
 class LabelSSTRecord
          Title: Label SST Record
 class NumberRecord
          Contains a numeric cell value.
 class RKRecord
          Title: RK Record Description: An internal 32 bit number with the two most significant bits storing the type.
 

Uses of CellValueRecordInterface in org.apache.poi.hssf.record.aggregates
 

Classes in org.apache.poi.hssf.record.aggregates that implement CellValueRecordInterface
 class FormulaRecordAggregate
          The formula record aggregate is used to join together the formula record and it's (optional) string record.
 


jakarta-poi 1.8.0-dev

Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.