类 WorkBookContext

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

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

  • 方法详细资料

    • 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

      public void setEventDriven()
    • setCurrentReadRowIndex

      public void setCurrentReadRowIndex(int currentReadRowIndex)
    • setCurrentReadColumnIndex

      public void setCurrentReadColumnIndex(int currentReadColumnIndex)
    • getHumanReadablePosition

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

      public org.apache.poi.ss.usermodel.Sheet getIndexSheet(int idx)
      获取指定索引的sheet
      参数:
      idx - 索引
      返回:
      sheet