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

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

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

Methods in org.apache.poi.hssf.record that return NumberRecord
 NumberRecord NumberRecord.clone()
           
static NumberRecord[] RecordFactory.convertRKRecords(MulRKRecord mrk)
          Converts a MulRKRecord into an equivalent array of NumberRecords
static NumberRecord RecordFactory.convertToNumberRecord(RKRecord rk)
          RK record is a slightly smaller alternative to NumberRecord POI likes NumberRecord better
 



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