net.sf.dynamicreports.jasper.base.export
Class JasperXlsxExporter

java.lang.Object
  extended by net.sf.dynamicreports.jasper.base.export.AbstractJasperExporter
      extended by net.sf.dynamicreports.jasper.base.export.AbstractJasperExcelExporter
          extended by net.sf.dynamicreports.jasper.base.export.JasperXlsxExporter
All Implemented Interfaces:
Serializable, JasperIExcelExporter, JasperIExporter, JasperIXlsxExporter

public class JasperXlsxExporter
extends AbstractJasperExcelExporter
implements JasperIXlsxExporter

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
JasperXlsxExporter()
           
 
Method Summary
 
Methods inherited from class net.sf.dynamicreports.jasper.base.export.AbstractJasperExcelExporter
addSheetName, getCollapseRowSpan, getDetectCellType, getFontSizeFixEnabled, getIgnoreCellBackground, getIgnoreCellBorder, getIgnoreGraphics, getImageBorderFixEnabled, getMaxRowsPerSheet, getOnePagePerSheet, getPassword, getRemoveEmptySpaceBetweenColumns, getRemoveEmptySpaceBetweenRows, getSheetNames, getWhitePageBackground, setCollapseRowSpan, setDetectCellType, setFontSizeFixEnabled, setIgnoreCellBackground, setIgnoreCellBorder, setIgnoreGraphics, setImageBorderFixEnabled, setMaxRowsPerSheet, setOnePagePerSheet, setPassword, setRemoveEmptySpaceBetweenColumns, setRemoveEmptySpaceBetweenRows, setSheetNames, setWhitePageBackground
 
Methods inherited from class net.sf.dynamicreports.jasper.base.export.AbstractJasperExporter
getEndPageIndex, getCharacterEncoding, getIgnorePageMargins, getOffsetX, getOffsetY, getOutputFile, getOutputFileName, getOutputStream, getOutputWriter, getPageIndex, getStartPageIndex, setEndPageIndex, setCharacterEncoding, setIgnorePageMargins, setOffsetX, setOffsetY, setOutputFile, setOutputFileName, setOutputStream, setOutputWriter, setPageIndex, setStartPageIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.jasper.definition.export.JasperIExcelExporter
getCollapseRowSpan, getDetectCellType, getFontSizeFixEnabled, getIgnoreCellBackground, getIgnoreCellBorder, getIgnoreGraphics, getImageBorderFixEnabled, getMaxRowsPerSheet, getOnePagePerSheet, getPassword, getRemoveEmptySpaceBetweenColumns, getRemoveEmptySpaceBetweenRows, getSheetNames, getWhitePageBackground
 
Methods inherited from interface net.sf.dynamicreports.jasper.definition.export.JasperIExporter
getEndPageIndex, getCharacterEncoding, getIgnorePageMargins, getOffsetX, getOffsetY, getOutputFile, getOutputFileName, getOutputStream, getOutputWriter, getPageIndex, getStartPageIndex
 

Constructor Detail

JasperXlsxExporter

public JasperXlsxExporter()


Copyright © 2010-2014. All Rights Reserved.