net.sf.jasperreports.engine.export.ooxml
Class XlsxZip
java.lang.Object
net.sf.jasperreports.engine.export.zip.AbstractZip
net.sf.jasperreports.engine.export.zip.FileBufferedZip
net.sf.jasperreports.engine.export.ooxml.XlsxZip
public class XlsxZip
- extends FileBufferedZip
- Version:
- $Id: OoxmlZip.java 2976 2009-07-28 14:38:22Z teodord $
- Author:
- Teodor Danciu ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XlsxZip
public XlsxZip()
throws java.io.IOException
- Throws:
java.io.IOException
getWorkbookEntry
public ExportZipEntry getWorkbookEntry()
getStylesEntry
public ExportZipEntry getStylesEntry()
getRelsEntry
public ExportZipEntry getRelsEntry()
getContentTypesEntry
public ExportZipEntry getContentTypesEntry()
addSheet
public ExportZipEntry addSheet(int index)
addSheetRels
public ExportZipEntry addSheetRels(int index)
addDrawing
public ExportZipEntry addDrawing(int index)
addDrawingRels
public ExportZipEntry addDrawingRels(int index)
Copyright © 2011. All Rights Reserved.