Files
HRMS/hrmsEjb/src/jxl/FormulaCell.java
2025-07-28 16:44:54 +05:30

8 lines
150 B
Java

package jxl;
import jxl.biff.formula.FormulaException;
public interface FormulaCell extends Cell {
String getFormula() throws FormulaException;
}