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

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.JasperXlsExporter
All Implemented Interfaces:
Serializable, JasperIExcelExporter, JasperIExporter, JasperIXlsExporter

public class JasperXlsExporter
extends AbstractJasperExcelExporter
implements JasperIXlsExporter

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

Constructor Summary
JasperXlsExporter()
           
 
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

JasperXlsExporter

public JasperXlsExporter()


Copyright © 2010-2014. All Rights Reserved.