类 AnalysisContextImpl
java.lang.Object
com.sh.wf.excel.context.AnalysisContextImpl
- 所有已实现的接口:
AnalysisContext
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明The current read operation corresponds to thereadSheetHolderorreadWorkbookHoldervoidcurrentSheet(ReadSheet readSheet) Select the current tableget current resultget current rowget current sheetCustom attributeget excel typeget in ioget total row ,Data may be inaccuratevoidInterrupt executionRow of currently operated cellvoidreadRowHolder(ReadRowHolder readRowHolder) Set row of currently operated cellAll information about the sheet you are currently working onAll information about the workbook you are currently working on
-
构造器详细资料
-
AnalysisContextImpl
-
-
方法详细资料
-
currentSheet
从接口复制的说明:AnalysisContextSelect the current table- 指定者:
currentSheet在接口中AnalysisContext- 参数:
readSheet- sheet to read
-
readWorkbookHolder
从接口复制的说明:AnalysisContextAll information about the workbook you are currently working on- 指定者:
readWorkbookHolder在接口中AnalysisContext- 返回:
- Current workbook holder
-
readSheetHolder
从接口复制的说明:AnalysisContextAll information about the sheet you are currently working on- 指定者:
readSheetHolder在接口中AnalysisContext- 返回:
- Current sheet holder
-
readRowHolder
从接口复制的说明:AnalysisContextRow of currently operated cell- 指定者:
readRowHolder在接口中AnalysisContext- 返回:
- Current row holder
-
readRowHolder
从接口复制的说明:AnalysisContextSet row of currently operated cell- 指定者:
readRowHolder在接口中AnalysisContext- 参数:
readRowHolder- Current row holder
-
currentReadHolder
从接口复制的说明:AnalysisContextThe current read operation corresponds to thereadSheetHolderorreadWorkbookHolder- 指定者:
currentReadHolder在接口中AnalysisContext- 返回:
- Current holder
-
getCustom
从接口复制的说明:AnalysisContextCustom attribute- 指定者:
getCustom在接口中AnalysisContext- 返回:
- Object
-
getCurrentSheet
从接口复制的说明:AnalysisContextget current sheet- 指定者:
getCurrentSheet在接口中AnalysisContext- 返回:
- current analysis sheet
-
getExcelType
从接口复制的说明:AnalysisContextget excel type- 指定者:
getExcelType在接口中AnalysisContext- 返回:
- excel type
-
getInputStream
从接口复制的说明:AnalysisContextget in io- 指定者:
getInputStream在接口中AnalysisContext- 返回:
- file io
-
getCurrentRowNum
从接口复制的说明:AnalysisContextget current row- 指定者:
getCurrentRowNum在接口中AnalysisContext- 返回:
- Integer
-
getTotalCount
从接口复制的说明:AnalysisContextget total row ,Data may be inaccurate- 指定者:
getTotalCount在接口中AnalysisContext- 返回:
- Integer
-
getCurrentRowAnalysisResult
从接口复制的说明:AnalysisContextget current result- 指定者:
getCurrentRowAnalysisResult在接口中AnalysisContext- 返回:
- get current result
-
interrupt
public void interrupt()从接口复制的说明:AnalysisContextInterrupt execution- 指定者:
interrupt在接口中AnalysisContext
-