public class XlsxZip extends FileBufferedZip
exportZipEntries| Constructor and Description |
|---|
XlsxZip()
Deprecated.
Replaced by
XlsxZip(JasperReportsContext). |
XlsxZip(JasperReportsContext jasperReportsContext) |
XlsxZip(JasperReportsContext jasperReportsContext,
Integer memoryThreshold) |
| Modifier and Type | Method and Description |
|---|---|
ExportZipEntry |
addDrawing(int index) |
ExportZipEntry |
addDrawingRels(int index) |
void |
addMacro(String template) |
ExportZipEntry |
addSheet(int index) |
ExportZipEntry |
addSheetRels(int index) |
ExportZipEntry |
getContentTypesEntry() |
ExportZipEntry |
getRelsEntry() |
ExportZipEntry |
getStylesEntry() |
ExportZipEntry |
getWorkbookEntry() |
addEntry, createEntryaddEntry, dispose, zipEntriespublic XlsxZip()
throws IOException
XlsxZip(JasperReportsContext).IOExceptionpublic XlsxZip(JasperReportsContext jasperReportsContext) throws IOException
IOExceptionpublic XlsxZip(JasperReportsContext jasperReportsContext, Integer memoryThreshold) throws IOException
IOExceptionpublic ExportZipEntry getWorkbookEntry()
public ExportZipEntry getStylesEntry()
public ExportZipEntry getRelsEntry()
public ExportZipEntry getContentTypesEntry()
public ExportZipEntry addSheet(int index)
public ExportZipEntry addSheetRels(int index)
public ExportZipEntry addDrawing(int index)
public ExportZipEntry addDrawingRels(int index)
public void addMacro(String template)
Copyright © 2015. All rights reserved.