jxl.biff
Interface FormulaData

All Superinterfaces:
Cell
All Known Implementing Classes:
BooleanFormulaRecord, NumberFormulaRecord, StringFormulaRecord, BaseSharedFormulaRecord, SharedDateFormulaRecord, DateFormulaRecord, SharedNumberFormulaRecord, SharedStringFormulaRecord, ErrorFormulaRecord, FormulaRecord, ReadFormulaRecord

public interface FormulaData
extends Cell

Interface which is used for copying formulas from a read only to a writable spreadsheet


Method Summary
 byte[] getFormulaData()
          Gets the raw bytes for the formula.
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Method Detail

getFormulaData

public byte[] getFormulaData()
                      throws FormulaException
Gets the raw bytes for the formula. This will include the parsed tokens array
Returns:
the raw record data
Throws:
FormulaException -