From seam-commits at lists.jboss.org Tue Aug 26 19:04:39 2008 Content-Type: multipart/mixed; boundary="===============2645154606752190491==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r8822 - trunk/doc/Seam_Reference_Guide/en-US. Date: Tue, 26 Aug 2008 19:04:38 -0400 Message-ID: --===============2645154606752190491== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: danielc.roth Date: 2008-08-26 19:04:38 -0400 (Tue, 26 Aug 2008) New Revision: 8822 Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml Log: JBSEAM-3338 Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-08-26 19:41:59 UTC = (rev 8821) +++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-08-26 23:04:38 UTC = (rev 8822) @@ -1,10 +1,10 @@ - + -]> - - +]> + + &Excel; Seam also supports generation of &excel; spreadsheets through the = @@ -41,24 +41,28 @@ Customizing the module to support other kinds of &excel; spreadsh= eet API's has been made very easy. Implement the ExcelWorkbo= ok - interface, and register in components.xml. - - - - myExcelExporter - my.excel.exporter.ExcelExport - - - ]]> - = + interface, and register in components.xml. + + + + + myExcelExporter + my.excel.exporter.ExcelExport + + + ]]> + + and register the excel namespace in the components tag with + - - - Then set the UIWorkbook type to myExcelExporter and your = + + + + Then set the UIWorkbook type to myExcelExporter and your = own exporter will be used. Default is "jxl", but support for CSV = has also been = added, using the type "csv". @@ -2914,7 +2918,7 @@ --===============2645154606752190491==--