类 FormulaJsonError

java.lang.Object
com.grapecity.documents.excel.JsonError
com.grapecity.documents.excel.FormulaJsonError

public class FormulaJsonError extends JsonError
Represents the formula error in the json.
  • 构造器详细资料

    • FormulaJsonError

      public FormulaJsonError(String errorMessage, String worksheetName, int row, int column, String formula)
  • 方法详细资料

    • getWorksheetName

      public String getWorksheetName()
      Get the worksheet name.
    • getRow

      public int getRow()
      Get the row index.
    • getColumn

      public int getColumn()
      Get the column index.
    • getFormula

      public String getFormula()
      Get the formula text.