jxl.read.biff
Interface Formula

All Superinterfaces:
Cell

public interface Formula
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()
Gets the raw bytes for the formula. This will include the parsed tokens array
Returns:
the raw record data