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

Packages that use NumberRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

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

Methods in org.apache.poi.hssf.model that return NumberRecord
 NumberRecord Sheet.createNumber(short row, short col, double value)
          Create a NUMBER Record (does not add it to the records contained in this sheet)
 



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