Regalamiunsorriso/rus/WEB-INF/lib/jxl_src/jxl/FormulaCell.java

7 lines
150 B
Java
Raw Normal View History

2026-03-14 20:04:39 +01:00
package jxl;
import jxl.biff.formula.FormulaException;
public interface FormulaCell extends Cell {
String getFormula() throws FormulaException;
}