Files
HRMS/hrmsEjb/jxl/FormulaCell.java
2025-07-28 13:56:49 +05:30

8 lines
150 B
Java

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