Regalamiunsorriso/rus/WEB-INF/lib/jxl_src/jxl/FormulaCell.java
2026-03-14 20:04:39 +01:00

7 lines
150 B
Java

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