settings change
This commit is contained in:
7
hrmsEjb/src/jxl/FormulaCell.java
Normal file
7
hrmsEjb/src/jxl/FormulaCell.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package jxl;
|
||||
|
||||
import jxl.biff.formula.FormulaException;
|
||||
|
||||
public interface FormulaCell extends Cell {
|
||||
String getFormula() throws FormulaException;
|
||||
}
|
Reference in New Issue
Block a user