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 E

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 binar

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 di

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 "

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 "

Re: Excel generator

2002-07-29 Thread Sven Kuenzler
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 effect" to the request. In

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 SourceWritingTran

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-25 Thread Andrew C. Oliver
nerators 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 an Excel (xls) file >> some XML? Or what approach wou

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 create

RE: Excel generator

2002-07-24 Thread Coetmeur, Alain
3 juillet 2002 06:37 > À: [EMAIL 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 conv

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

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. Wh

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. >>

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

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 so

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,

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

[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

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

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 b

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
> > >> >> >> 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 originally. I

Re: Excel generator

2002-07-24 Thread Andrew C. 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 few >>p

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:

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 fin

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 &

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-23 Thread Michael Wechner
x27;s how it is. BUT, we want to collaborate nevertheless! 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. Thanks Michael > > > -Andy > > Sven Kuenzler

Re: Excel generator

2002-07-23 Thread Michael Wechner
ill for >the stuff I am trying to do. > >Just sharing my experience... > >Litrik De Roy >www.litrik.com > > >- Original Message - >From: "Sven Kuenzler" <[EMAIL PROTECTED]> >Newsgroups: gmane.text.xml.cocoon.user >To: <[EMAIL PROTECTED]>

RE: Excel generator

2002-07-23 Thread Koen Pellegrims
2002 20:52 > Aan: [EMAIL PROTECTED] > 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 woul

Re: Excel generator

2002-07-23 Thread Litrik De Roy
o. Just sharing my experience... Litrik De 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 th

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 hav

Re: Excel generator

2002-07-23 Thread Sven Kuenzler
t would probably come very close > to the Gnumeric format anyway... > > Koen. > > >>-Oorspronkelijk bericht- >>Van: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] >>Verzonden: dinsdag 23 juli 2002 19:18 >>Aan: [EMAIL PROTECTED]; Marc Johnson >>Onder

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
gt;to the Gnumeric format anyway... > >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

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 *e

RE: Excel generator

2002-07-23 Thread Koen Pellegrims
t; 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 for >

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
hat 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,

RE: Excel generator

2002-07-23 Thread Geoff Howard
up pretty 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 gener

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 E

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

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 >> for

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 Jakar

RE: Excel generator

2002-07-23 Thread Geoff Howard
k, 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

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