Re: Excel generator

2002-08-01 Thread Sven Kuenzler
About the Source vs Generator issue: I found a post by Sylvain [1]. It does not separate the Source and Generator concepts completely but the bottom line seems to be - If you have a format with some natural xml respresentation, it's a source (Like Excel-MS's Excel-XML?) - If you have a binary

Re: Excel generator

2002-08-01 Thread Andrew C. Oliver
Sven Kuenzler wrote: About the Source vs Generator issue: I found a post by Sylvain [1]. It does not separate the Source and Generator concepts completely but the bottom line seems to be - If you have a format with some natural xml respresentation, it's a source (Like Excel-MS's

Re: Excel generator (Vadim Autoresponder please read)

2002-07-30 Thread Andrew C. Oliver
Sven Kuenzler wrote: Good question. ATM, I only could give artificial scenarios. The real use case I had in mind was the application where I used the Serializer out of Cocoon. This application produces an Excel sheet which is sent out by Email. So it is not direct a response but a side

Re: Excel generator (Vadim Autoresponder please read)

2002-07-30 Thread Sven Kuenzler
Andrew C. Oliver schrieb: The real use case I had in mind was the application where I used the Serializer out of Cocoon. This application produces an Excel sheet which is sent out by Email. So it is not direct a response but a side effect to the request. In C2 this is called a sink (or

RE: Excel generator (Vadim Autoresponder please read)

2002-07-30 Thread Vadim Gritsenko
From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Sven Kuenzler Andrew C. Oliver schrieb: The real use case I had in mind was the application where I used the Serializer out of Cocoon. This application produces an Excel sheet which is sent out by Email. So it is not direct a

Re: Excel generator

2002-07-27 Thread Sven Kuenzler
Something that just came to me thinking of the dicussion about an ExcelGenerator: What about implementing it as (Writeable)Source instead? That way you could use it with SourceWritingTransformer and friends, not only as pipeline starting point. Sven

Re: Excel generator

2002-07-27 Thread Andrew C. Oliver
Explain, elaborate. 2 Why would you want to do it at the transformation point? Sven Kuenzler wrote: Something that just came to me thinking of the dicussion about an ExcelGenerator: What about implementing it as (Writeable)Source instead? That way you could use it with

Re: Excel generator

2002-07-25 Thread Ryan Hoegg
Hi, You might check out the POI project (hunt around for the HSSF stuff). They claim to be working on Generators and Serializers for Cocoon for all the formats. http://jakarta.apache.org/poi/index.html Ryan Michael Wechner wrote: Hi Is there an Excel Generator, which creates from

Re: Excel generator

2002-07-25 Thread Andrew C. Oliver
for Cocoon for all the formats. http://jakarta.apache.org/poi/index.html Ryan Michael Wechner wrote: Hi Is there an Excel Generator, which creates from an Excel (xls) file some XML? Or what approach would you take to convert existing Excel documents into some useful XML? Thanks a lot

Re: Excel generator

2002-07-24 Thread robert_kuzelj
hi oliver, Well we do have some samples, but its been limited at the moment by kind of a chicken and the egg scenario. The serializer is there, the samples are there but we can't more because we don't have any usage scenarios except for mine (translation: lots of people are using POI but

Re: Excel generator

2002-07-24 Thread Jens Lorenz
- Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 3:56 PM Subject: Re: Excel generator But the more important part of my answer was What do you want on your generator, and what do you wish you had on your serializer

Re: Excel generator

2002-07-24 Thread Jens Lorenz
- Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 8:06 PM Subject: Re: Excel generator Sorry if it sounds like I'm hounding on this issue, but its very helpful. And you find the gnumeric format preferrable to striving

Re: Excel generator

2002-07-24 Thread Nicola Ken Barozzi
[EMAIL PROTECTED] wrote: hi oliver, Well we do have some samples, but its been limited at the moment by kind of a chicken and the egg scenario. The serializer is there, the samples are there but we can't more because we don't have any usage scenarios except for mine (translation: lots of

Re: Excel generator

2002-07-24 Thread robert_kuzelj
Yeah in short: Its a Cocoon Serializer. While I appreciate this feedback, I personally have no use cases for the Serializer outside of Cocoon. ??? you don't ;-) the use case is very simple: create a xls-file out of an gnumeric-file. ;-) don't see any cocoon stuff here. i guess that would be

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
[EMAIL PROTECTED] wrote: Yeah in short: Its a Cocoon Serializer. While I appreciate this feedback, I personally have no use cases for the Serializer outside of Cocoon. ??? you don't ;-) the use case is very simple: create a xls-file out of an gnumeric-file. ;-) don't see any cocoon stuff

Re: [Morphos] Starting the code :-) (was Re: Excel generator)

2002-07-24 Thread Sven Kuenzler
Nicola Ken Barozzi schrieb: I would suggest a seperate mailing list for this, perhaps on krysalis in addition to the commons mailing list, as there is no way in hell I'm subscribing to the commons mailing list ever again because the volume is soo great that it would triple my current

RE: Excel generator

2002-07-24 Thread Manos Batsis
From: Michael Wechner [mailto:[EMAIL PROTECTED]] Therefore I thought it would be nice if he is sending me his Excel and I generate an XML, which I can modify , and then I serialize it back into Excel, such that he can work on it. Although I don't like dealing with M$ stuff, a nice

Re: [Morphos] Starting the code :-) (was Re: Excel generator)

2002-07-24 Thread Andrew C. Oliver
I would suggest a seperate mailing list for this, perhaps on krysalis in addition to the commons mailing list, as there is no way in hell I'm subscribing to the commons mailing list ever again because the volume is soo great that it would triple my current email volume and probably

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
Manos Batsis wrote: From: Michael Wechner [mailto:[EMAIL PROTECTED]] Therefore I thought it would be nice if he is sending me his Excel and I generate an XML, which I can modify , and then I serialize it back into Excel, such that he can work on it. Although I don't

RE: Excel generator

2002-07-24 Thread Manos Batsis
From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Although I don't like dealing with M$ stuff, a nice idea is utilizing the office 2002 XML formats, specifically the one of Excel. Explain the advantage? This is what I brought up, so far its unanimous the other direction. Why would

Re: [Morphos] Starting the code :-) (was Re: Excel generator)

2002-07-24 Thread Nicola Ken Barozzi
Sven Kuenzler wrote: Nicola Ken Barozzi schrieb: I would suggest a seperate mailing list for this, perhaps on krysalis in addition to the commons mailing list, as there is no way in hell I'm subscribing to the commons mailing list ever again because the volume is soo great that

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
Manos Batsis wrote: From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Although I don't like dealing with M$ stuff, a nice idea is utilizing the office 2002 XML formats, specifically the one of Excel. Explain the advantage? This is what I brought up, so far its unanimous

RE: Excel generator

2002-07-24 Thread Coetmeur, Alain
PROTECTED] Cc: [EMAIL PROTECTED] Objet: Excel generator Hi Is there an Excel Generator, which creates from an Excel (xls) file some XML? Or what approach would you take to convert existing Excel documents into some useful XML

[Morphos] Starting the code :-) (was Re: Excel generator)

2002-07-24 Thread Nicola Ken Barozzi
Andrew C. Oliver wrote: but to be honest i dont know any better solution than gnumeric. and at least the solution is symetrical gnumeric-excel-gnumeric. Yup. And XSLT files for easy conversion to the Excel format. Okay thanks to all. I'm convinced we made the right decision

RE: Excel generator

2002-07-23 Thread Geoff Howard
, it should be fairly easy to create a generator if one doesn't already exist in scratchpad. Geoff Howard -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 12:37 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Excel generator Hi

Re: Excel generator

2002-07-23 Thread Nicola Ken Barozzi
Geoff Howard wrote: I didn't think there was, but the POI site (http://jakarta.apache.org/poi/) claims that there is, so you may want to check more carefully in scratchpad. I assume you know about the transformers and serializers for Excel format using the POI/HSSF work from Apache Jakarta.

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
Nicola Ken Barozzi wrote: Geoff Howard wrote: I didn't think there was, but the POI site (http://jakarta.apache.org/poi/) claims that there is, so you may want to check more carefully in scratchpad. I assume you know about the transformers and serializers for Excel format using the

Re: Excel generator

2002-07-23 Thread Sven Kuenzler
Is there an Excel Generator, which creates *from* an Excel (xls) file some XML? Or what approach would you take to convert existing Excel documents into some useful XML? I think the previous responses missed the *from* (my emphasis) :-) So, read Andy's answer on the dev list. In short

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
But the more important part of my answer was What do you want on your generator, and what do you wish you had on your serializer -- would you like fries too? Meaning I need ideas! I'm on the fence, I want some input. -Andy Sven Kuenzler wrote: Is there an Excel Generator, which

RE: Excel generator

2002-07-23 Thread Geoff Howard
close to where I started if not exactly where I started. Does that work for a discussion starter? Geoff -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: Excel generator But the more

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
XML format compatibility? Currently the serializer shares the gnumeric tag language. -Andy Geoff -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: Excel generator But the more important

RE: Excel generator

2002-07-23 Thread Koen Pellegrims
: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 23 juli 2002 19:18 Aan: [EMAIL PROTECTED]; Marc Johnson Onderwerp: Re: Excel generator Geoff Howard wrote: Well, I'll make a stab at what I would think could be useful for a generator from an excel file. I can think of two

RE: Excel generator

2002-07-23 Thread Geoff Howard
Andy, 1) If you are serializing to some display format (html, pdf, etc) you'd want to reproduce the data and formatting as it would appear viewed in, or printed from excel. You can of course do an approximation of this in any format via a stylesheet. Granted it won't look *eactly* the

Re: Excel generator

2002-07-23 Thread Sven Kuenzler
... Koen. -Oorspronkelijk bericht- Van: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 23 juli 2002 19:18 Aan: [EMAIL PROTECTED]; Marc Johnson Onderwerp: Re: Excel generator Geoff Howard wrote: Well, I'll make a stab at what I would think could be useful

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
Yes, and it may be good to provide a standard out of the box stylesheet that does this. Well we do have some samples, but its been limited at the moment by kind of a chicken and the egg scenario. The serializer is there, the samples are there but we can't more because we don't have any

Re: Excel generator

2002-07-23 Thread Litrik De Roy
] Newsgroups: gmane.text.xml.cocoon.user To: [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 2:57 PM Subject: Re: Excel generator Is there an Excel Generator, which creates *from* an Excel (xls) file some XML? Or what approach would you take to convert existing Excel documents into some useful XML? I

RE: Excel generator

2002-07-23 Thread Koen Pellegrims
] Onderwerp: Re: Excel generator I'd also prefer the Gnumeric format. That's because it's open source, it's used by other oss project(s) and there are people maintaining documentation for it. So, keeping this format would create some kind of open source synergy. Plus, it would not break apps

Re: Excel generator

2002-07-23 Thread Michael Wechner
Roy www.litrik.com - Original Message - From: Sven Kuenzler [EMAIL PROTECTED] Newsgroups: gmane.text.xml.cocoon.user To: [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 2:57 PM Subject: Re: Excel generator Is there an Excel Generator, which creates *from* an Excel (xls) file some XML

Re: Excel generator

2002-07-23 Thread Michael Wechner
I thought it would be nice if he is sending me his Excel and I generate an XML, which I can modify , and then I serialize it back into Excel, such that he can work on it. Thanks Michael -Andy Sven Kuenzler wrote: Is there an Excel Generator, which creates *from* an Excel (xls) file

Excel generator

2002-07-22 Thread Michael Wechner
Hi Is there an Excel Generator, which creates from an Excel (xls) file some XML? Or what approach would you take to convert existing Excel documents into some useful XML? Thanks a lot Michael - Please check that your