From seam-commits at lists.jboss.org Tue Aug 5 08:39:30 2008 Content-Type: multipart/mixed; boundary="===============4676849567966729598==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r8575 - trunk/doc/Seam_Reference_Guide/en-US. Date: Tue, 05 Aug 2008 08:39:30 -0400 Message-ID: --===============4676849567966729598== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: pete.muir(a)jboss.org Date: 2008-08-05 08:39:29 -0400 (Tue, 05 Aug 2008) New Revision: 8575 Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml Log: Formatting, Excel entity 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-05 08:35:30 UTC = (rev 8574) +++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-08-05 12:39:29 UTC = (rev 8575) @@ -1,52 +1,54 @@ + +Microsoft = Excel spreadsheet application'> +Microsoft = Excel spreadsheet application'> +]> + + + - - <trademark class=3D"registered">Microsoft</trademark> <trademark cla= ss=3D"registered">Excel</trademark> spreadsheet generation - + &Excel; - Seam also supports generation of Mic= rosoft Excel = - spreadsheets through the excellent JExcelAPI library. The generated= document is compatible with = - Microsoft Excel spreadsheet applications = - versions 95, 97, 2000, XP and 2003. Currently a limited subset of th= e library functionality is exposed but the ultimate goal = - is to be able to do everything the library allows for. Please refer = to the JExcelAPI documentation for more information on = - capabilities and limitations. + Seam also supports generation of = + &excel; + spreadsheets through the excellent = + JExcelAPI l= ibrary. = + The generated document is compatible with &excel; = + versions 95, 97, 2000, XP and 2003. Currently a limited subset of th= e = + library functionality is exposed but the ultimate goal is to be able= to do + everything the library allows for. Please refer to the JExcelAPI = + documentation for more information on capabilities and limitations. =
- <trademark class=3D"registered">Microsoft</trademark> <tradem= ark class=3D"registered">Excel</trademark> Support + &Excel; support - Microsoft Excel support is provided by - jboss-seam-excel.jar - . This JAR contains the Microsoft= Excel = - JSF controls, which are used to construct views that can render t= he document, and - the DocumentStore component, which serves the rendered document t= o the user. To include = - Microsoft Excel spreadsheet support - in your application, included - jboss-seam-excel.jar - in your - WEB-INF/lib - directory along with the jxl.jar JAR file. Fur= thermore, you need to configure the DocumentStore servlet in your - web.xml + &Excel; jboss-seam-excel.jar. This JAR contain= s the = + &excel; JSF controls, which are used to construct views that can = render + the document, and the DocumentStore component, which serves the = + rendered document to the user. To include &excel; support in your = + application, included jboss-seam-excel.jar in = your + WEB-INF/lib directory along with the = + jxl.jar JAR file. Furthermore, you need to con= figure + the DocumentStore servlet in your web.xml - The Seam Microsoft Excel module = - requires the use of Facelets as the view technology. Additionally= , it requires the use of the seam-ui package. + &Excel; Seam module requires the use of Facelets as the view = + technology. Additionally, it requires the use of the seam-ui pack= age. - The - examples/excel - project contains an example of the Microsoft Excel = - support in action. It demonstrates proper deployment packaging, a= nd it shows the exposed functionality + The examples/excel project contains an example= of = + &excel; support in action. It demonstrates proper deployment pack= aging, + and it shows the exposed functionality. - Customizing the module to support other kinds of Microsoft = - Excel spreadsheet API= 's has been made very easy. Implement the - ExcelWorkbook - interface, set the component name to - org.jboss.seam.excel.<myModule> - and set the UIWorkbook type to - myModule - and your own exporter will be used. Default is "jxl", but support= for CSV has also been added, using the type - "csv". + Customizing the module to support other kinds of &excel; spreadsh= eet = + API's has been made very easy. Implement the = + ExcelWorkbook interface, set the component nam= e to + org.jboss.seam.excel.<myModule> and set = the = + UIWorkbook type to myModule and your own expor= ter = + will be used. Default is "jxl", but support for CSV has also been = + added, using the type "csv". =
--===============4676849567966729598==--