public class XlsxZip extends FileBufferedZip
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_MACRO_TEMPLATE_NOT_FOUND |
exportZipEntries| Constructor and Description |
|---|
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 static final String EXCEPTION_MESSAGE_KEY_MACRO_TEMPLATE_NOT_FOUND
public 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 © 2017. All rights reserved.