类 WorkBookContext

java.lang.Object
cn.toutatis.xvoid.axolotl.excel.support.AbstractContext
cn.toutatis.xvoid.axolotl.excel.WorkBookContext

public class WorkBookContext extends AbstractContext
工作簿元信息
作者:
Toutatis_Gc
  • 构造器详细资料

    • WorkBookContext

      public WorkBookContext(File file, DetectResult detectResult)
  • 方法详细资料

    • setWorkbook

      public void setWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
    • getFormulaEvaluator

      public org.apache.poi.ss.usermodel.FormulaEvaluator getFormulaEvaluator()
      获取工作簿公式计算器
      返回:
      公式计算器
    • getEventDriven

      public boolean getEventDriven()
    • setEventDriven

      protected void setEventDriven()
    • setCurrentReadRowIndex

      protected void setCurrentReadRowIndex(int currentReadRowIndex)
    • setCurrentReadColumnIndex

      protected void setCurrentReadColumnIndex(int currentReadColumnIndex)
    • getHumanReadablePosition

      public String getHumanReadablePosition()
      获取当前读取到的行和列号的可读字符串
      返回:
      当前读取到的行和列号的可读字符串