Re: Is there an Excel generator for Cocoon ?

2006-09-07 Thread Cocoon Man
  Thanks, it looks great !  2006/9/7, Scott Yeadon <[EMAIL PROTECTED]>: See: http://jexcelapi.sourceforge.net/An an example to get CSV: http://www.java-tips.org/other-api-tips/jexcel/converting-excel-documents-to-csv-files.htmlScott.   

Re: Is there an Excel generator for Cocoon ?

2006-09-06 Thread Scott Yeadon
See: http://jexcelapi.sourceforge.net/ An an example to get CSV: http://www.java-tips.org/other-api-tips/jexcel/converting-excel-documents-to-csv-files.html Scott. Cocoon Man wrote: In the latest versions of Excel it is also possible to save the Excel file as an XML file (which is even bette

Re: Is there an Excel generator for Cocoon ?

2006-09-06 Thread Andreas Kuehne
Hi Cocoon Man ! Funny name ... let's see if you're that curios to give this generator a try ! I wrote it years ago and it supports only some kind of Excel file events. Did the job ... Greetings Andreas ___ Andreas Kühne phone: +49 177 293

Re: Is there an Excel generator for Cocoon ?

2006-09-06 Thread Cocoon Man
In the latest versions of Excel it is also possible to save the Excel file as an XML file (which is even better than CSV). But in my case, I would like to be able to parse the .XLS file directly or find a Java Api which would convert the .XLS to some .XML content.   2006/9/6, Jeroen Reijn <[EMAIL

RE: Is there an Excel generator for Cocoon ?

2006-09-06 Thread Nathaniel Alfred
17:18 To: users@cocoon.apache.org Subject: Re: Is there an Excel generator for Cocoon ? Hi, I'm afraid there isn't a component that reads the Excel format. I guess POI itself is able to do it, but it's not implemented in one of the cocoon components. Maybe it's possible to

Re: Is there an Excel generator for Cocoon ?

2006-09-06 Thread Jeroen Reijn
Hi, I'm afraid there isn't a component that reads the Excel format. I guess POI itself is able to do it, but it's not implemented in one of the cocoon components. Maybe it's possible to convert the excel to csv first? Regards, Reijn Cocoon Man wrote: Hello Cocoon gurus, Is there a Genera

Is there an Excel generator for Cocoon ?

2006-09-06 Thread Cocoon Man
Hello Cocoon gurus,   Is there a Generator or anything which enables to use an Excel file as the input for my cocoon pipeline ?   Thanks  

Re: Excel Generator

2004-06-26 Thread Antonio Gallardo
Hi Patrick, Thanks for the patch. I made a bugzilla report for your contribution: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29817 Best Regards, Antonio Gallardo Patrick Herber dijo: > Hi, > for a project I needed to create a simple Generator, which takes an Excel > Workbook as input an

Re: Excel Generator

2004-06-25 Thread Tony Collen
Patrick Herber wrote: Hi, for a project I needed to create a simple Generator, which takes an Excel Workbook as input and - using Apache POI - generates a Gnumeric XML Document. Of course it will need some improvement (for example I didn't test it yet with complex and huge workbooks). I hope it cou

Excel Generator

2004-06-25 Thread Patrick Herber
Hi, for a project I needed to create a simple Generator, which takes an Excel Workbook as input and - using Apache POI - generates a Gnumeric XML Document. Of course it will need some improvement (for example I didn't test it yet with complex and huge workbooks). I hope it could be useful for someb

Re: Excel Generator

2004-01-11 Thread Geoff Howard
e with POI and generate xml? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: donderdag 8 januari 2004 21:40 To: [EMAIL PROTECTED] Subject: Re: Excel Generator On 08.01.2004 18:15, [EMAIL PROTECTED] wrote: Is it possible to use Excel files as input for a pipeline ? No,

Re: Excel Generator

2004-01-10 Thread Johan Kok
0 To: [EMAIL PROTECTED] Subject: Re: Excel Generator On 08.01.2004 18:15, [EMAIL PROTECTED] wrote: Is it possible to use Excel files as input for a pipeline ? No, it isn't. I guess POI itself is able to do it, but it's not implemented in the

RE: Excel Generator

2004-01-10 Thread Yves Vindevogel
I agree that converting Excel to XML would be better. BUT, it's out of the question for this project. I need to read the real files. -Original Message- From: Johan Kok [mailto:[EMAIL PROTECTED] Sent: zaterdag 10 januari 2004 12:29 To: [EMAIL PROTECTED] Subject: Re: Excel Generator

Re: Excel Generator

2004-01-10 Thread Johan Kok
excell formats. Geoff Howard wrote: Yves Vindevogel wrote: And through XSP ? Code in Java to open the file with POI and generate xml? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: donderdag 8 januari 2004 21:40 To: [EMAIL PROTECTED] Subject: Re: Excel Generator O

Re: Excel Generator

2004-01-10 Thread Johan Kok
Two other possibilities: 1. To take an XML output from excell and tranform the format. 2. To take a CSV output and convert that. I've used Chaperon to some extend on the latter. - still a little buggy. Hopefully the new chaperon release will overcome a number problems within chaperon's grammar

RE: Excel Generator

2004-01-09 Thread Yves Vindevogel
" and not "a + b". I have a small background in Java, but can't this be used ?? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: vrijdag 9 januari 2004 0:38 To: [EMAIL PROTECTED] Subject: Re: Excel Generator On 08.01.2004 22:53, Yves Vindevogel

Re: Excel Generator

2004-01-08 Thread Joerg Heinicke
On 08.01.2004 22:53, Yves Vindevogel wrote: What if we start from this ?? http://www.onjava.com/pub/a/onjava/2003/01/22/poi.html http://www.onjava.com/pub/a/onjava/2003/04/16/poi_excel.html Why not, we can later go on to output Gnumeric file format. A start is always important. To be honest, I do

RE: Excel Generator

2004-01-08 Thread Yves Vindevogel
nuari 2004 22:41 To: [EMAIL PROTECTED] Subject: Re: Excel Generator Yes, but then you are very near to a XLSGenerator - and I would be happy to commit it :) The problem I see: it will not be that easy, at least if you do the same thing the other around like the XLSSerializer. Joerg On 08.01.2004

Re: Excel Generator

2004-01-08 Thread Joerg Heinicke
open the file with POI and generate xml? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: donderdag 8 januari 2004 21:40 To: [EMAIL PROTECTED] Subject: Re: Excel Generator On 08.01.2004 18:15, [EMAIL PROTECTED] wrote: Is it possible to use Excel files as input for a

Re: Excel Generator

2004-01-08 Thread Geoff Howard
Yves Vindevogel wrote: And through XSP ? Code in Java to open the file with POI and generate xml? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: donderdag 8 januari 2004 21:40 To: [EMAIL PROTECTED] Subject: Re: Excel Generator On 08.01.2004 18:15, [EMAIL

RE: Excel Generator

2004-01-08 Thread Yves Vindevogel
And through XSP ? Code in Java to open the file with POI and generate xml? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: donderdag 8 januari 2004 21:40 To: [EMAIL PROTECTED] Subject: Re: Excel Generator On 08.01.2004 18:15, [EMAIL PROTECTED] wrote: > Is

Re: Excel Generator

2004-01-08 Thread Joerg Heinicke
On 08.01.2004 18:15, [EMAIL PROTECTED] wrote: Is it possible to use Excel files as input for a pipeline ? No, it isn't. I guess POI itself is able to do it, but it's not implemented in the Cocoon components. Joerg - To unsubscr

Excel Generator

2004-01-08 Thread yves . vindevogel
Is it possible to use Excel files as input for a pipeline ?   All the examples I've seen from POI, are to generate output in XLS format, but that's not what I need.  I really need to read the Excel file (eg. range A1 - B10) and transform that into XML.   An example would be nice, if one is availabl