net.sf.jasperreports.engine.export.ooxml
Class XlsxZip

java.lang.Object
  extended by net.sf.jasperreports.engine.export.zip.AbstractZip
      extended by net.sf.jasperreports.engine.export.zip.FileBufferedZip
          extended by 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 (teodord@users.sourceforge.net)

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.export.zip.AbstractZip
exportZipEntries
 
Constructor Summary
XlsxZip()
           
XlsxZip(byte openDocumentNature)
           
 
Method Summary
 ExportZipEntry addSheet(int index)
           
 ExportZipEntry getContentTypesEntry()
           
 ExportZipEntry getRelsEntry()
           
 ExportZipEntry getStylesEntry()
           
 ExportZipEntry getWorkbookEntry()
           
 
Methods inherited from class net.sf.jasperreports.engine.export.zip.FileBufferedZip
createEntry
 
Methods inherited from class net.sf.jasperreports.engine.export.zip.AbstractZip
addEntry, dispose, zipEntries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XlsxZip

public XlsxZip()
        throws java.io.IOException
Throws:
java.io.IOException

XlsxZip

public XlsxZip(byte openDocumentNature)
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getWorkbookEntry

public ExportZipEntry getWorkbookEntry()

getStylesEntry

public ExportZipEntry getStylesEntry()

getRelsEntry

public ExportZipEntry getRelsEntry()

getContentTypesEntry

public ExportZipEntry getContentTypesEntry()

addSheet

public ExportZipEntry addSheet(int index)


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com