Package jxl
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFormula()Gets the formula as a string-
Methods inherited from interface jxl.Cell
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
-
-