Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
jxl.read.biff
class: DateFormulaRecord [javadoc | source]
java.lang.Object
   jxl.read.biff.DateRecord
      jxl.read.biff.DateFormulaRecord

All Implemented Interfaces:
    DateFormulaCell, FormulaData, DateCell, CellFeaturesAccessor

A date formula's last calculated value
Constructor:
 public DateFormulaRecord(NumberFormulaRecord t,
    FormattingRecords fr,
    ExternalSheet es,
    WorkbookMethods nt,
    boolean nf,
    SheetImpl si) throws FormulaException 
    Constructs this object from the raw data
    Parameters:
    t - the basic number formula record
    fr - the formatting records
    es - the external sheet
    nt - the name table
    nf - flag indicating whether the 1904 date system is in use
    si - the sheet
Method from jxl.read.biff.DateFormulaRecord Summary:
getFormula,   getFormulaData,   getNumberFormat,   getType,   getValue
Methods from jxl.read.biff.DateRecord:
getCellFeatures,   getCellFormat,   getColumn,   getContents,   getDate,   getDateFormat,   getRow,   getSheet,   getType,   isHidden,   isTime,   setCellFeatures
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.read.biff.DateFormulaRecord Detail:
 public String getFormula() throws FormulaException 
    Gets the formula as an excel string
 public byte[] getFormulaData() throws FormulaException 
    Gets the raw bytes for the formula. This will include the parsed tokens array. Used when copying spreadsheets
 public NumberFormat getNumberFormat() 
    Dummy implementation in order to adhere to the NumberCell interface
 public CellType getType() 
    Returns the cell type
 public double getValue() 
    Interface method which returns the value