接口 AnalysisContext
- 所有已知实现类:
AnalysisContextImpl
public interface AnalysisContext
A context is the main anchorage point of a excel reader.
-
方法概要
修饰符和类型方法说明The current read operation corresponds to thereadSheetHolderorreadWorkbookHoldervoidcurrentSheet(ReadSheet readSheet) Select the current table已过时。已过时。please usereadRowHolder()已过时。please usereadSheetHolder()Custom attribute已过时。please usereadWorkbookHolder()已过时。please usereadWorkbookHolder()已过时。please usereadRowHolder()void已过时。Row 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
-
方法详细资料
-
currentSheet
Select the current table- 参数:
readSheet- sheet to read
-
readWorkbookHolder
ReadWorkbookHolder readWorkbookHolder()All information about the workbook you are currently working on- 返回:
- Current workbook holder
-
readSheetHolder
ReadSheetHolder readSheetHolder()All information about the sheet you are currently working on- 返回:
- Current sheet holder
-
readRowHolder
Set row of currently operated cell- 参数:
readRowHolder- Current row holder
-
readRowHolder
ReadRowHolder readRowHolder()Row of currently operated cell- 返回:
- Current row holder
-
currentReadHolder
ReadHolder currentReadHolder()The current read operation corresponds to thereadSheetHolderorreadWorkbookHolder- 返回:
- Current holder
-
getCustom
Object getCustom()Custom attribute- 返回:
- Object
-
getCurrentSheet
已过时。please usereadSheetHolder()get current sheet- 返回:
- current analysis sheet
-
getExcelType
已过时。please usereadWorkbookHolder()get excel type- 返回:
- excel type
-
getInputStream
已过时。please usereadWorkbookHolder()get in io- 返回:
- file io
-
getCurrentRowNum
已过时。please usereadRowHolder()get current row- 返回:
- Integer
-
getTotalCount
已过时。please usereadRowHolder()get total row ,Data may be inaccurate- 返回:
- Integer
-
getCurrentRowAnalysisResult
已过时。please usereadRowHolder()get current result- 返回:
- get current result
-
interrupt
已过时。Interrupt execution
-
readRowHolder()