Page: http://wiki.cocoondev.org/Wiki.jsp?page=ExcelGeneration , version: 3 on 
Thu Mar  6 07:21:46 2003 by DerekH

- XLS is the binary format used by Microsoft Excel spreadsheets.  XLS can be 
produced by Cocoon, using a component called 
[POI|http://jakarta.apache.org/poi], itself an Apache project.
+ XLS is the binary format used by Microsoft Excel spreadsheets.  XLS can be 
produced by Cocoon, using a component called 
[POI|http://jakarta.apache.org/poi], itself an Apache project.  For an example 
how to integrate this with Cocoon, see [XLSSerializer].
?                                                                               
                                                                                
                        
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

- A very good outline on why and how to use this is available at xml.com, under 
[Excel Reports with Apache Cocoon and 
POI|http://www.xml.com/pub/a/2003/01/22/cocoon-excel.html]
?                                           ^^^^

+ A very good outline on why and how to use POI is available at xml.com, under 
[Excel Reports with Apache Cocoon and 
POI|http://www.xml.com/pub/a/2003/01/22/cocoon-excel.html]
?                                           ^^^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=RtfGeneration , version: 7 on Thu 
Mar  6 07:18:27 2003 by DerekH

- * For info on POI, see [Excel 
Reports|http://www.xml.com/pub/a/2003/01/22/cocoon-excel.html]
+ * For info on POI, see [ExcelGeneration]


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Serializer , version: 7 on Thu 
Mar  6 07:58:31 2003 by DerekH

- * SVG Serializer -- converts SVG documents (may be slightly behind REC) into 
images, using [Batik] Transcoder
+ * SVG Serializer -- converts SVG documents (may be slightly behind REC) into 
JPEG or PNG images, using [Batik] Transcoder
?                                                                              
++++++++++++

- * SVG/JPEG Serializer -- ??
- * SVG/PNG Serializer -- ??


Page: http://wiki.cocoondev.org/Wiki.jsp?page=HowTos , version: 70 on Thu Mar  
6 07:45:51 2003 by DerekH

- * __[CreateMinimalWebapp]__ -- Build a minimal, empty webapp suitable as a 
starting point for creating your own Cocoon-based web applications. 
[GeoffHoward]
+ * __[Create Minimal Webapp]__ -- Build a minimal, empty webapp suitable as a 
starting point for creating your own Cocoon-based web applications. 
[GeoffHoward]
?            +       +

- * __[RtfGeneration]__ -- how to generate RTF (MS Word-compatible format) from 
Cocoon
+ * __[Rtf Generation]__ -- how to generate RTF (MS Word-compatible format) 
from Cocoon
?         +

- * __[ExcelGeneration]__ -- how to generate XLS (MS Excel format) from Cocoon
+ * __[Excel Generation]__ -- how to generate XLS (MS Excel format) from Cocoon
?           +

- * __[FileUploadsWithCocoon]__ -- Overview and configuration of file uploads 
with Cocoon [GeoffHoward]
+ * __[File Uploads With Cocoon]__ -- Overview and configuration of file 
uploads with Cocoon [GeoffHoward]
?          +       +    +

- * __[FileUploadWithAction]__ -- how to use file upload and do the processing 
in an Action
+ * __[File Upload With Action]__ -- how to use file upload and do the 
processing in an Action
?          +      +    +

- * __[DataDebuggingTechnique]__ -- a technique for debugging data that goes 
through several transformers -- [IlyaAKriveshko]
+ * __[Data Debugging Technique]__ -- a technique for debugging data that goes 
through several transformers -- [IlyaAKriveshko]
?          +         +

- * __[DebugFlowScripts]__ -- how to visually debug flowscripts - [rgardler]
+ * __[Debug FlowScripts]__ -- how to visually debug flowscripts - [rgardler]
?           +

+ * __[XSP Transform Custom Date]__ -- how to create a java date object from a 
date string -- [Scherler]
+ 
- * __[ConfiguringTheLogs]__ -- how to configure Cocoon logging -- 
[BernhardHuber]
+ * __[Configuring The Logs]__ -- how to configure Cocoon logging -- 
[BernhardHuber]
?                 +   +

- * __[ExploringTheLogs]__ -- how to make sense of the Cocoon logs -- 
[BertrandDelacretaz]
+ * __[Exploring The Logs]__ -- how to make sense of the Cocoon logs -- 
[BertrandDelacretaz]
?               +   +

- * __[JBossDeployment]__ -- how to deploy Cocoon on JBoss and Tomcat
+ * __[JBoss Deployment]__ -- how to deploy Cocoon on JBoss and Tomcat
?           +

- * __[HotDeploy]__ -- effective Cocoon development -- [KonstantinPiroumian]
+ * __[Hot Deploy]__ -- effective Cocoon development -- [KonstantinPiroumian]
?         +

- * __[PHPGenerator]__ -- how to get the PHP Generator working with Cocoon -- 
[TonyCollen]
+ * __[PHP Generator]__ -- how to get the PHP Generator working with Cocoon -- 
[TonyCollen]
?         +

- * __[LoadInEclipse]__ -- how to load Cocoon in Eclipse - [SylvainWallez]
+ * __[Load In Eclipse]__ -- how to load Cocoon in Eclipse - [SylvainWallez]
?          +  +

+ * __[Cocoon And Apache]__ -- how to serve static/legacy content with Apache 
Httpd and dynamic content with Cocoon -- [LeoLeonid]
+ 
- * __[CocoonAndApacheModRequest]__ -- how to Use Apache mod_request to provide 
client-side cache of Cocoon content - [BruceRobertson]
+ * __[Cocoon And Apache ModRequest]__ -- how to Use Apache mod_request to 
provide client-side cache of Cocoon content - [BruceRobertson]
?            +   +      +

- 
- * __[CocoonAndApache]__ -- how to serve static/legacy content with Apache 
Httpd and dynamic content with Cocoon -- [LeoLeonid]
- * __[SpecificDatabaseConnection]__ -- Connections to specific databases -- 
[gabridome]
+ * __[Specific Database Connection]__ -- Connections to specific databases -- 
[gabridome]
?              +        +

- * __[XSP TransformCustomDate]__ -- how to create a java date object from a 
date string -- [Scherler]
+ * __[XMLForm Xindice]__ -- Working with Xindice from XMLForms -- 
[JosemaAlonso]
- * __[XMLFormXindice]__ -- Working with Xindice from XMLForms -- [JosemaAlonso]
- 
- * __[XindiceLogicsheet]__ -- how to make a Xindice work in Cocoon, an utility 
logicsheet included -- [JosemaAlonso]
+ * __[Xindice Logicsheet]__ -- how to make a Xindice work in Cocoon, an 
utility logicsheet included -- [JosemaAlonso]
?             +



Reply via email to