No output generated by HSSFSerializer

2003-05-27 Thread Martyn Wilson
I am trying to generate Excel from a cocoon pipeline. The XML generated in the pipeline when serializes as XML appears to be valid. If imports into Gnumeric without errors, then if I export as an Excel file this imports into Excel without problems. So, why doesn't HSSFSerializer like it?

support non-english characters in HSSFSerializer

2003-03-13 Thread Yury Mikhienko
Hi all! I am using cocoon v.2.0.4 and trying to create an ms-exel document using non-english characters but HSSFSerializer does not work properly (as in cocoon v2.0.2). In created document I get the corrupted symbols instead of russian text :(( in sitemap I set the following

Trouble connecting StreamGenerator to HSSFSerializer

2003-01-13 Thread Eric Simmerman
I'm having trouble combining two Cocoon samples into the same mapping. I setup this simple mapping using the Stream and POI examples in Cocoon 2.0.4: When I fill the Stream example's form (OrderPage.xml modified t

HSSFSerializer

2002-12-18 Thread nandipinto
Hi all, I'm using HSSFSerializer to generate Excel file, but strange things happened. I set font to a Chinese font for the whole document, but the result is that the font is reset to Arial somewhere in the page (in the middle of the page), and then back to the Chinese font again in the end o

Re: HSSFSerializer mime-type

2002-12-03 Thread neil
"Andrew C. Oliver" <[EMAIL PROTECTED]> wrote: > IIRC this is configurable... > neil wrote: >> The HSSFSerializer hardcodes the mime-type as "vnd.ms-excel" whereas I think it \ >> should be "application/vnd.ms-excel" (at lease that works better

Re: HSSFSerializer mime-type

2002-12-02 Thread Andrew C. Oliver
IIRC this is configurable... neil wrote: The HSSFSerializer hardcodes the mime-type as "vnd.ms-excel" whereas I think it should be "application/vnd.ms-excel" (at lease that works better for me). Without this I got erratic behavior with IE/Excel - sometimes the spreadsheet

HSSFSerializer mime-type

2002-12-02 Thread neil
The HSSFSerializer hardcodes the mime-type as "vnd.ms-excel" whereas I think it should be "application/vnd.ms-excel" (at lease that works better for me). Without this I got erratic behavior with IE/Excel - sometimes the spreadsheet would appear inside the IE window (

HSSFSerializer NullPointerException

2002-10-18 Thread Dorsey, Chris
I'm using the HSSFSerializer without cocoon, and am getting a NullPointerException when trying to do the parse(). Does anyone have an example of how to use the HSSFSerializer without cocoon? Thanks for any help you can provide,

HSSFSerializer / Null Pointer exception

2002-08-02 Thread PLISSON Sébastien (DSIT-XS/I)
Hi, When i try to use the HSSFSerializer from java, using an XMLReader, i get a NullPointer Exception when i use the parse function. I use POI, Xerces and xalan from cocoon 2.0.3 distribution. All is deployed on Websphere 3.5.6. Any idea how to solve this problem ? Thanks. Seb Here is my

Re: TR: HSSFSerializer / Null Pointer exception

2002-08-01 Thread Sven Kuenzler
gine- >>De : PLISSON Sébastien (DSIT-XS/I) >>Envoyé : jeudi 1 août 2002 08:11 >>À : [EMAIL PROTECTED] >>Objet : HSSFSerializer / Null Pointer exception >> >> >>Hi, >> >>When i try to use the HSSFSerializer from java, usin

TR: HSSFSerializer / Null Pointer exception

2002-07-31 Thread PLISSON Sébastien (DSIT-XS/I)
> -Message d'origine- > De : PLISSON Sébastien (DSIT-XS/I) > Envoyé : jeudi 1 août 2002 08:11 > À : [EMAIL PROTECTED] > Objet : HSSFSerializer / Null Pointer exception > > > Hi, > > When i try to use the HSSFSerializer from

Re: HSSFSerializer

2002-07-16 Thread Sven Kuenzler
[EMAIL PROTECTED] schrieb: >> [Gnumeric->Excel] > i tried it. works very well. thanks. > just one more question: how can i deactivate > the log-msgs? Replace Priority.DEBUG with something like Priority.ERROR or .FATAL(?). Have a look at LogKits JavaDoc to learn about the "log levels" availabl

Re: HSSFSerializer

2002-07-16 Thread Andrew C. Oliver
;- Original Message - >From: "Sven Kuenzler" <[EMAIL PROTECTED]> >Newsgroups: gmane.text.xml.cocoon.user >To: <[EMAIL PROTECTED]> >Sent: Monday, July 15, 2002 5:00 PM >Subject: Re: HSSFSerializer > > > > >>Sven Kuenzler schrieb: >

Re: HSSFSerializer

2002-07-16 Thread robert_kuzelj
Sent: Monday, July 15, 2002 5:00 PM Subject: Re: HSSFSerializer > Sven Kuenzler schrieb: > > > > [EMAIL PROTECTED] wrote: > > > >> i want to use the HSSFSerializer which if i have understood > >> correctly serializes an gnumeric (xml) - document into > >

Re: HSSFSerializer

2002-07-15 Thread robert_kuzelj
PROTECTED]> Sent: Monday, July 15, 2002 5:00 PM Subject: Re: HSSFSerializer > Sven Kuenzler schrieb: > > > > [EMAIL PROTECTED] wrote: > > > >> i want to use the HSSFSerializer which if i have understood > >> correctly serializes an gnumeric (xml) - document i

Re: HSSFSerializer

2002-07-15 Thread Sven Kuenzler
Sven Kuenzler schrieb: > [EMAIL PROTECTED] wrote: > >> i want to use the HSSFSerializer which if i have understood >> correctly serializes an gnumeric (xml) - document into >> a excel-file. >> >> the problem is that i solely want to use this class without &g

Re: HSSFSerializer

2002-07-13 Thread robert_kuzelj
(marcus vitruvius 20 BC) strength, utility, beauty - Original Message - From: "Sven Kuenzler" <[EMAIL PROTECTED]> Newsgroups: gmane.text.xml.cocoon.user To: <[EMAIL PROTECTED]> Sent: Saturday, July 13, 2002 3:35 PM Subject: Re: HSSFSerializer > [EM

Re: HSSFSerializer

2002-07-13 Thread Sven Kuenzler
[EMAIL PROTECTED] wrote: > i want to use the HSSFSerializer which if i have understood > correctly serializes an gnumeric (xml) - document into > a excel-file. > > the problem is that i solely want to use this class without > all the other cocoon-stuff. is that possible? I

Re: HSSFSerializer

2002-07-13 Thread Andrew C. Oliver
I think it is. I've never tried it. If someone will explain what they did, I shall update the docs. Look at org.apache.cocoon.serialization.HSSFSerializer - it mostly just conforms to various SAX interfaces. -Andy >the problem is that i solely want to use this class without >all the othe

HSSFSerializer

2002-07-13 Thread robert_kuzelj
hi, just one short question. i want to use the HSSFSerializer which if i have understood correctly serializes an gnumeric (xml) - document into a excel-file. the problem is that i solely want to use this class without all the other cocoon-stuff. is that possible? i couldnt find any place in

Re: NPE when using HSSFSerializer + big pipeline

2002-04-25 Thread Andrew C. Oliver
seems OK. > >Now, of course, the SAX events might be getting screwed up and it might >only work OK when run through the XML serializer. > >If you have some suggestions on how to get more debug or watch the >processes, that would be wonderful. > >I'll also send you a

Re: NPE when using HSSFSerializer + big pipeline

2002-04-25 Thread Seth Ladd
hrough the XML serializer. If you have some suggestions on how to get more debug or watch the processes, that would be wonderful. I'll also send you all the style sheets, etc if you'd like to try it. Thanks very much, Seth ps In the meantime I'll probably write my own HSSFSerial

Re: NPE when using HSSFSerializer + big pipeline

2002-04-25 Thread Andrew C. Oliver
following pipeline: > > > > > > > > > > > > > > > > Notice at the end, I use the HSSFSerializer. I curr

Re: more HSSFSerializer experience

2002-04-24 Thread KOZLOV Roman
Just a guess. Try to remove cocoon's working directory and restart the server. May be the problem concerns cache. Roman Seth Ladd wrote: > Hello again, > > I've been playing around trying to isolate the cause of those NPEs. I > shortened the pipeline to test the XSLT sheet and the serializer.

Limit of three transformers with HSSFSerializer?

2002-04-24 Thread Seth Ladd
Hello again, It seems that my pipeline works with only 3 transformers. Unfortunately, I need more than that. The following pipeline: Does not work, but if I remove a transformer (for inst

more HSSFSerializer experience

2002-04-24 Thread Seth Ladd
Hello again, I've been playing around trying to isolate the cause of those NPEs. I shortened the pipeline to test the XSLT sheet and the serializer. This scenario works: The XML file used above was originally generated from my

NPE when using HSSFSerializer + big pipeline

2002-04-24 Thread Seth Ladd
Hello, I'm using the following pipeline: Notice at the end, I use the HSSFSerializer. I currently am getting a huge string of NPEs i