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, createEntry
addEntry, dispose, zipEntries
public static final String EXCEPTION_MESSAGE_KEY_MACRO_TEMPLATE_NOT_FOUND
public XlsxZip(JasperReportsContext jasperReportsContext) throws IOException
IOException
public XlsxZip(JasperReportsContext jasperReportsContext, Integer memoryThreshold) throws IOException
IOException
public 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 © 2016. All rights reserved.