类 WorkBookContext
java.lang.Object
cn.toutatis.xvoid.axolotl.excel.support.AbstractContext
cn.toutatis.xvoid.axolotl.excel.WorkBookContext
工作簿元信息
- 作者:
- Toutatis_Gc
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanorg.apache.poi.ss.usermodel.FormulaEvaluator获取工作簿公式计算器获取当前读取到的行和列号的可读字符串protected voidsetCurrentReadColumnIndex(int currentReadColumnIndex) protected voidsetCurrentReadRowIndex(int currentReadRowIndex) protected voidvoidsetWorkbook(org.apache.poi.ss.usermodel.Workbook workbook) 从类继承的方法 cn.toutatis.xvoid.axolotl.excel.support.AbstractContext
setFile
-
构造器详细资料
-
WorkBookContext
-
-
方法详细资料
-
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
获取当前读取到的行和列号的可读字符串- 返回:
- 当前读取到的行和列号的可读字符串
-