jxl.biff
Interface FormulaData

All Superinterfaces:
Cell
All Known Implementing Classes:
BaseSharedFormulaRecord, FormulaRecord, SharedDateFormulaRecord, SharedErrorFormulaRecord, SharedNumberFormulaRecord, SharedStringFormulaRecord

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
getCellFeatures, 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 EXCLUDING the standard cell information (row, column, xfindex)

Returns:
the raw record data
Throws:
FormulaException