package jxl;

import jxl.biff.formula.FormulaException;

/* JADX INFO: loaded from: classes.dex */
public interface FormulaCell extends Cell {
    String getFormula() throws FormulaException;
}
