You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/18 14:51:24 UTC

[Myfaces Wiki] Update of "Exporting DataTable To MS-Excel" by CagatayCivici

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by CagatayCivici:
http://wiki.apache.org/myfaces/Exporting_DataTable_To_MS-Excel

------------------------------------------------------------------------------
+ === Export with ExcelExport Component ===
+ The easiest way to do the export is to use the ["ExcelExport"] component.
+ 
+ === Export Manually ===
  This is a quick how to for getting the contents of an html table rendered with the dataTable control to be exported to MS-Excel. This example make use of two session beans. One session bean is the normal backing bean. The second session bean shown below will be one that stores the html data table in a string and spits it back out to excel.
  
  Step 1. Create your JSF dataTable as you normally would.