Package org.apache.poi.poifs.crypt.temp
Class SXSSFWorkbookWithCustomZipEntrySource
java.lang.Object
org.apache.poi.xssf.streaming.SXSSFWorkbook
org.apache.poi.poifs.crypt.temp.SXSSFWorkbookWithCustomZipEntrySource
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<Sheet>,Workbook
-
Field Summary
Fields inherited from class org.apache.poi.xssf.streaming.SXSSFWorkbook
DEFAULT_WINDOW_SIZEFields inherited from interface org.apache.poi.ss.usermodel.Workbook
MAX_SENSITIVE_SHEET_NAME_LEN, PICTURE_TYPE_DIB, PICTURE_TYPE_EMF, PICTURE_TYPE_JPEG, PICTURE_TYPE_PICT, PICTURE_TYPE_PNG, PICTURE_TYPE_WMF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(OutputStream stream) Write out this workbook to an OutputStream.Methods inherited from class org.apache.poi.xssf.streaming.SXSSFWorkbook
addOlePackage, addPicture, addToolPack, cloneSheet, close, createCellStyle, createDataFormat, createEvaluationWorkbook, createFont, createName, createSheet, createSheet, dispose, findFont, getActiveSheetIndex, getAllNames, getAllPictures, getCellReferenceType, getCellStyleAt, getCreationHelper, getFirstVisibleTab, getFontAt, getForceFormulaRecalculation, getMissingCellPolicy, getName, getNames, getNumberOfFonts, getNumberOfFontsAsInt, getNumberOfNames, getNumberOfSheets, getNumCellStyles, getPrintArea, getRandomAccessWindowSize, getSheet, getSheetAt, getSheetIndex, getSheetIndex, getSheetName, getSheetVisibility, getSpreadsheetVersion, getXSSFWorkbook, isCompressTempFiles, isHidden, isSheetHidden, isSheetVeryHidden, linkExternalWorkbook, removeName, removePrintArea, removeSheetAt, setActiveSheet, setCellReferenceType, setCompressTempFiles, setFirstVisibleTab, setForceFormulaRecalculation, setHidden, setMissingCellPolicy, setPrintArea, setPrintArea, setSelectedTab, setSheetHidden, setSheetName, setSheetOrder, setSheetVisibility, setShouldCalculateSheetDimensions, setZip64Mode, sheetIterator, shouldCalculateSheetDimensions, spliterator, writeAvoidingTempFiles
-
Constructor Details
-
SXSSFWorkbookWithCustomZipEntrySource
public SXSSFWorkbookWithCustomZipEntrySource()
-
-
Method Details
-
write
Description copied from class:SXSSFWorkbookWrite out this workbook to an OutputStream.- Specified by:
writein interfaceWorkbook- Overrides:
writein classSXSSFWorkbook- Parameters:
stream- - the java OutputStream you wish to write to- Throws:
IOException- if anything can't be written.
-