Re: HSSFSerializer mime-type

2002-12-03 Thread neil
No, although the example sitemap includes config that looks like its setting the mime-type HSSFSerializer.java doesn't actually use it. Its hardcoded - and I think its reasonable to hardcode it as there is only one correct value (its just that the current hardcoded value isn't it). "Andrew C. O

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 would appear inside th

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 >> all the other cocoon-stuff. is that

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 have done this. If yo

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