Class SXSSFEvaluationWorkbook

java.lang.Object
org.apache.poi.xssf.usermodel.BaseXSSFEvaluationWorkbook
org.apache.poi.xssf.streaming.SXSSFEvaluationWorkbook
All Implemented Interfaces:
EvaluationWorkbook, FormulaParsingWorkbook, FormulaRenderingWorkbook

@Internal public final class SXSSFEvaluationWorkbook extends BaseXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks
  • Method Details

    • create

      public static SXSSFEvaluationWorkbook create(SXSSFWorkbook book)
    • getSheetIndex

      public int getSheetIndex(EvaluationSheet evalSheet)
      Returns:
      -1 if the specified sheet is from a different book
    • getSheet

      public EvaluationSheet getSheet(int sheetIndex)
      Description copied from interface: EvaluationWorkbook
      Get the sheet identified by the given 0-based index.
      Parameters:
      sheetIndex - The 0-based index of the sheet
      Returns:
      The sheet
    • getFormulaTokens

      public Ptg[] getFormulaTokens(EvaluationCell evalCell)