Class StreamingWorkbookReader

    • Constructor Detail

      • StreamingWorkbookReader

        @Deprecated
        public StreamingWorkbookReader​(org.apache.poi.xssf.model.SharedStringsTable sst,
                                       org.apache.poi.openxml4j.opc.OPCPackage pkg,
                                       StreamingSheetReader reader,
                                       StreamingReader.Builder builder)
        Deprecated.
        This constructor exists only so the StreamingReader can instantiate a StreamingWorkbook using its own reader implementation. Do not use going forward.
        Parameters:
        sst - The SST data for this workbook
        pkg - The POI package that should be closed when this workbook is closed
        reader - A single streaming reader instance
        builder - The builder containing all options