xl
Interface FormulaCell

All Superinterfaces:
Cell
All Known Subinterfaces:
BooleanFormulaCell, DateFormulaCell, ErrorFormulaCell, NumberFormulaCell, StringFormulaCell

public interface FormulaCell
extends Cell

Interface for formulas which allow clients to read the Excel formula


Method Summary
 System.String getFormula()
          Gets the formula as a string
 
Methods inherited from interface xl.Cell
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Method Detail

getFormula

public System.String getFormula()
                            throws xl.biff.formula.FormulaException
Gets the formula as a string

Returns:
the formula as a string
Throws:
xl.biff.formula.FormulaException - if an error occurred whilst parsing