public class XlsxZip extends FileBufferedZip
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXCEPTION_MESSAGE_KEY_MACRO_TEMPLATE_NOT_FOUND |
exportZipEntries| Constructor and Description |
|---|
XlsxZip()
Deprecated.
Replaced by
XlsxZip(JasperReportsContext). |
XlsxZip(JasperReportsContext jasperReportsContext) |
XlsxZip(JasperReportsContext jasperReportsContext,
java.lang.Integer memoryThreshold) |
| Modifier and Type | Method and Description |
|---|---|
ExportZipEntry |
addDrawing(int index) |
ExportZipEntry |
addDrawingRels(int index) |
void |
addMacro(java.lang.String template) |
ExportZipEntry |
addSheet(int index) |
ExportZipEntry |
addSheetRels(int index) |
ExportZipEntry |
getContentTypesEntry() |
ExportZipEntry |
getRelsEntry() |
ExportZipEntry |
getStylesEntry() |
ExportZipEntry |
getWorkbookEntry() |
addEntry, createEntryaddEntry, dispose, zipEntriespublic static final java.lang.String EXCEPTION_MESSAGE_KEY_MACRO_TEMPLATE_NOT_FOUND
public XlsxZip()
throws java.io.IOException
XlsxZip(JasperReportsContext).java.io.IOExceptionpublic XlsxZip(JasperReportsContext jasperReportsContext) throws java.io.IOException
java.io.IOExceptionpublic XlsxZip(JasperReportsContext jasperReportsContext, java.lang.Integer memoryThreshold) throws java.io.IOException
java.io.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(java.lang.String template)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com