接口 AnalysisContext

所有已知实现类:
AnalysisContextImpl

public interface AnalysisContext
A context is the main anchorage point of a excel reader.
  • 方法详细资料

    • currentSheet

      void currentSheet(ReadSheet readSheet)
      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

      void readRowHolder(ReadRowHolder 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 the readSheetHolder or readWorkbookHolder
      返回:
      Current holder
    • getCustom

      Object getCustom()
      Custom attribute
      返回:
      Object
    • getCurrentSheet

      @Deprecated Sheet getCurrentSheet()
      已过时。
      get current sheet
      返回:
      current analysis sheet
    • getExcelType

      @Deprecated ExcelTypeEnum getExcelType()
      已过时。
      get excel type
      返回:
      excel type
    • getInputStream

      @Deprecated InputStream getInputStream()
      已过时。
      get in io
      返回:
      file io
    • getCurrentRowNum

      @Deprecated Integer getCurrentRowNum()
      已过时。
      please use readRowHolder()
      get current row
      返回:
      Integer
    • getTotalCount

      @Deprecated Integer getTotalCount()
      已过时。
      please use readRowHolder()
      get total row ,Data may be inaccurate
      返回:
      Integer
    • getCurrentRowAnalysisResult

      @Deprecated Object getCurrentRowAnalysisResult()
      已过时。
      please use readRowHolder()
      get current result
      返回:
      get current result
    • interrupt

      @Deprecated void interrupt()
      Interrupt execution