public class WorkBookContext extends AbstractContext
| 构造器和说明 |
|---|
WorkBookContext(File file,
DetectResult detectResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getEventDriven() |
org.apache.poi.ss.usermodel.FormulaEvaluator |
getFormulaEvaluator()
获取工作簿公式计算器
|
String |
getHumanReadablePosition()
获取当前读取到的行和列号的可读字符串
|
void |
setCurrentReadColumnIndex(int currentReadColumnIndex) |
void |
setCurrentReadRowIndex(int currentReadRowIndex) |
void |
setEventDriven() |
void |
setWorkbook(org.apache.poi.ss.usermodel.Workbook workbook) |
setFilepublic WorkBookContext(File file, DetectResult detectResult)
public void setWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
public org.apache.poi.ss.usermodel.FormulaEvaluator getFormulaEvaluator()
public boolean getEventDriven()
public void setEventDriven()
public void setCurrentReadRowIndex(int currentReadRowIndex)
public void setCurrentReadColumnIndex(int currentReadColumnIndex)
public String getHumanReadablePosition()
Copyright © 2024. All rights reserved.