jxl
Interface FormulaCell

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

public interface FormulaCell
extends Cell

Interface for formulas which allow clients to read the Excel formula


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

Method Detail

getFormula

public java.lang.String getFormula()
                            throws FormulaException
Gets the formula as a string
Throws:
FormulaException - if an error occurred whilst parsing