Documentation
Project Documentation
Foundation

Description

ExcelExport allows exporting HtmlDataTable contents as an excel file.

Screen Shot

Not Available

API

component-family org.apache.myfaces.Export
renderer-type org.apache.myfaces.ExcelExportRenderer
component-class org.apache.myfaces.excelexport.ExcelExport
renderer-class org.apache.myfaces.excelexport.ExcelExportRenderer
tag-class org.apache.myfaces.excelexport.ExcelExportTag

Usage

<s:excelExport for="tbl_cars">
	<h:commandButton action="" value="Export"/>
</s:excelExport>

Syntax

<s:excelExport>

for="Id of the datatable"
filename="Optional attribute to specify the filename of the exported excel file"

Additional Information

For now this component only works with server side state saving.