Home » displaytag-1.1.1-src » org » displaytag » export » excel » [javadoc | source]
org.displaytag.export.excel
public class: ExcelHssfView [javadoc | source]
java.lang.Object
   org.displaytag.export.excel.ExcelHssfView

All Implemented Interfaces:
    BinaryExportView

Excel exporter using POI HSSF.
Nested Class Summary:
static class  ExcelHssfView.ExcelGenerationException  Wraps IText-generated exceptions. 
Method from org.displaytag.export.excel.ExcelHssfView Summary:
doExport,   escapeColumnValue,   getMimeType,   setParameters,   writeCell
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.export.excel.ExcelHssfView Detail:
 public  void doExport(OutputStream out) throws JspException 
 protected String escapeColumnValue(Object rawValue) 
    Escape certain values that are not permitted in excel cells.
 public String getMimeType() 
 public  void setParameters(TableModel tableModel,
    boolean exportFullList,
    boolean includeHeader,
    boolean decorateValues) 
 protected  void writeCell(Object value,
    HSSFCell cell) 
    Write the value to the cell. Override this method if you have complex data types that may need to be exported.