接口 ExcelAnalyser

所有已知实现类:
ExcelAnalyserImpl

public interface ExcelAnalyser
Excel file analyser
  • 方法详细资料

    • analysis

      void analysis(List<ReadSheet> readSheetList, Boolean readAll)
      parse the sheet
      参数:
      readSheetList - Which sheets you need to read.
      readAll - The readSheetList parameter is ignored, and all sheets are read.
    • finish

      void finish()
      Complete the entire read file.Release the cache and close stream
    • excelExecutor

      ExcelReadExecutor excelExecutor()
      Acquisition excel executor
      返回:
      Excel file Executor
    • analysisContext

      AnalysisContext analysisContext()
      get the analysis context.
      返回:
      analysis context