Re: Serializing XML data to Excel format

2002-11-26 Thread nandipinto
Hi Chris,

This one is nice, but I don't want to use  the whole Cocoon Application,
especially the SiteMap. Yes, All I wanna do is physically open an XML file
(follows the GNumeric format, I suppose)and perhaps an XSL, read and then
the Excel file will be generated automatically. That's why I tried to use
the HSSFSerializer directly in my application, but I didn't managed to do
that.

Any idea?

regards,

nandipinto.


- Original Message -
From: "Shaw, Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 4:47 PM
Subject: RE: Serializing XML data to Excel format


> Sorry,
>
> Not 100% sure what you want to achieve.
>
> You want to physically open and read an XML file in, say, a Generator and
> then output it as an Excel file?
>
> I apologise, I mis-read your original mail, I don't use the API I just do
> the following:
>src="org.apache.cocoon.serialization.HSSFSerializer"
> mime-type="application/vnd.ms-excel"/>
> snip, snip
>   
> 
>  src="stylesheets/page/simple-page2xls.xsl"/>
> 
>   
>
> What is it that you want to use the API for?
>
> Chris
> -=-=-=
>
> -Original Message-----
> From: nandipinto [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday 26 November 2002 10:37
> To: [EMAIL PROTECTED]
> Subject: Re: Serializing XML data to Excel format
>
>
> Hi Chris,
>
> I've check this one, but what I need to know is how to use the API (java
> class) directly in the my java program.
> I know there is one java class called HSSFSerializer, but it only has the
> method : setOutputStream(java.io.OutputStream), how do I set the input
> stream (which I think is the XML file), call another methods, etc?
>
> thanks,
>
> nandipinto.
>
> - Original Message -
> From: "Shaw, Chris" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 26, 2002 4:08 PM
> Subject: RE: Serializing XML data to Excel format
>
>
> > Hi,
> >
> > Take a look at:
> > http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html
> >
> > Works quite well.
> >
> > Chris
> > -=-=-=
> >
> > -Original Message-
> > From: nandipinto [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday 26 November 2002 10:15
> > To: [EMAIL PROTECTED]
> > Subject: Serializing XML data to Excel format
> >
> >
> > Hi all,
> >
> > How do I serialize XML data into Excel format using the Cocoon API
> directly?
> > Thanks for your help.
> >
> > regards,
> >
> > nandipinto.
> >
> >
> > -
> > Please check that your question  has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> > Any e-mail message from the European Central Bank (ECB) is sent in good
> faith but shall neither be binding nor construed as constituting a
> commitment by the ECB except where provided for in a written agreement.
> > This e-mail is intended only for the use of the recipient(s) named
above.
> Any unauthorised disclosure, use or dissemination, either in whole or in
> part, is prohibited.
> > If you have received this e-mail in error, please notify the sender
> immediately via e-mail and delete this e-mail from your system.
> >
> >
> > -
> > Please check that your question  has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> >
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> Any e-mail message from the European Central Bank (ECB) is sent in good
faith but shall neither be binding nor construed as constituting a
commitment by the ECB except where provided for in a written agreement.
> This e-mail is intended only for the use of the recipient(s) named above.
Any unauthorised disclosure, use or dissemination, eit

Re: Serializing XML data to Excel format

2002-11-26 Thread Andrew C. Oliver
I'll try to get to that tonight if the HEAD is in currently in working 
order.  I'll probably upgrade things to the latest stable dev build too.

-Andy

Yury Mikhienko wrote:

Excuse me by jump, but I have to reask old question:
Does HSSFSerializer support non-english characters now?

Thanx for advise.

 




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Serializing XML data to Excel format

2002-11-26 Thread Yury Mikhienko
Excuse me by jump, but I have to reask old question:
Does HSSFSerializer support non-english characters now?

Thanx for advise.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Serializing XML data to Excel format

2002-11-26 Thread Andrew C. Oliver
Use POI:  jakarta.apache.org/poi  specifically POI::HSSF.

-Andy

nandipinto wrote:


Hi Chris,

I've check this one, but what I need to know is how to use the API (java
class) directly in the my java program.
I know there is one java class called HSSFSerializer, but it only has the
method : setOutputStream(java.io.OutputStream), how do I set the input
stream (which I think is the XML file), call another methods, etc?

thanks,

nandipinto.

- Original Message -
From: "Shaw, Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 4:08 PM
Subject: RE: Serializing XML data to Excel format


 

Hi,

Take a look at:
http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html

Works quite well.

Chris
-=-=-=

-Original Message-
From: nandipinto [mailto:[EMAIL PROTECTED]]
Sent: Tuesday 26 November 2002 10:15
To: [EMAIL PROTECTED]
Subject: Serializing XML data to Excel format


Hi all,

How do I serialize XML data into Excel format using the Cocoon API
   

directly?
 

Thanks for your help.

regards,

nandipinto.


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Any e-mail message from the European Central Bank (ECB) is sent in good
   

faith but shall neither be binding nor construed as constituting a
commitment by the ECB except where provided for in a written agreement.
 

This e-mail is intended only for the use of the recipient(s) named above.
   

Any unauthorised disclosure, use or dissemination, either in whole or in
part, is prohibited.
 

If you have received this e-mail in error, please notify the sender
   

immediately via e-mail and delete this e-mail from your system.
 

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>


   



-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>


 




-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Serializing XML data to Excel format

2002-11-26 Thread Shaw, Chris
Sorry,

Not 100% sure what you want to achieve.

You want to physically open and read an XML file in, say, a Generator and
then output it as an Excel file?

I apologise, I mis-read your original mail, I don't use the API I just do
the following:
  
snip, snip
  



  

What is it that you want to use the API for?

Chris
-=-=-=

-Original Message-
From: nandipinto [mailto:[EMAIL PROTECTED]]
Sent: Tuesday 26 November 2002 10:37
To: [EMAIL PROTECTED]
Subject: Re: Serializing XML data to Excel format


Hi Chris,

I've check this one, but what I need to know is how to use the API (java
class) directly in the my java program.
I know there is one java class called HSSFSerializer, but it only has the
method : setOutputStream(java.io.OutputStream), how do I set the input
stream (which I think is the XML file), call another methods, etc?

thanks,

nandipinto.

- Original Message -
From: "Shaw, Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 4:08 PM
Subject: RE: Serializing XML data to Excel format


> Hi,
>
> Take a look at:
> http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html
>
> Works quite well.
>
> Chris
> -=-=-=
>
> -Original Message-
> From: nandipinto [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday 26 November 2002 10:15
> To: [EMAIL PROTECTED]
> Subject: Serializing XML data to Excel format
>
>
> Hi all,
>
> How do I serialize XML data into Excel format using the Cocoon API
directly?
> Thanks for your help.
>
> regards,
>
> nandipinto.
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> Any e-mail message from the European Central Bank (ECB) is sent in good
faith but shall neither be binding nor construed as constituting a
commitment by the ECB except where provided for in a written agreement.
> This e-mail is intended only for the use of the recipient(s) named above.
Any unauthorised disclosure, use or dissemination, either in whole or in
part, is prohibited.
> If you have received this e-mail in error, please notify the sender
immediately via e-mail and delete this e-mail from your system.
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Any e-mail message from the European Central Bank (ECB) is sent in good faith but 
shall neither be binding nor construed as constituting a commitment by the ECB except 
where provided for in a written agreement.
This e-mail is intended only for the use of the recipient(s) named above. Any 
unauthorised disclosure, use or dissemination, either in whole or in part, is 
prohibited.
If you have received this e-mail in error, please notify the sender immediately via 
e-mail and delete this e-mail from your system.


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Serializing XML data to Excel format

2002-11-26 Thread nandipinto
Hi Chris,

I've check this one, but what I need to know is how to use the API (java
class) directly in the my java program.
I know there is one java class called HSSFSerializer, but it only has the
method : setOutputStream(java.io.OutputStream), how do I set the input
stream (which I think is the XML file), call another methods, etc?

thanks,

nandipinto.

- Original Message -
From: "Shaw, Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 4:08 PM
Subject: RE: Serializing XML data to Excel format


> Hi,
>
> Take a look at:
> http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html
>
> Works quite well.
>
> Chris
> -=-=-=
>
> -Original Message-
> From: nandipinto [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday 26 November 2002 10:15
> To: [EMAIL PROTECTED]
> Subject: Serializing XML data to Excel format
>
>
> Hi all,
>
> How do I serialize XML data into Excel format using the Cocoon API
directly?
> Thanks for your help.
>
> regards,
>
> nandipinto.
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> Any e-mail message from the European Central Bank (ECB) is sent in good
faith but shall neither be binding nor construed as constituting a
commitment by the ECB except where provided for in a written agreement.
> This e-mail is intended only for the use of the recipient(s) named above.
Any unauthorised disclosure, use or dissemination, either in whole or in
part, is prohibited.
> If you have received this e-mail in error, please notify the sender
immediately via e-mail and delete this e-mail from your system.
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Serializing XML data to Excel format

2002-11-26 Thread Shaw, Chris
Hi,

Take a look at:
http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html

Works quite well.

Chris
-=-=-=

-Original Message-
From: nandipinto [mailto:[EMAIL PROTECTED]]
Sent: Tuesday 26 November 2002 10:15
To: [EMAIL PROTECTED]
Subject: Serializing XML data to Excel format


Hi all,

How do I serialize XML data into Excel format using the Cocoon API directly?
Thanks for your help.

regards,

nandipinto.


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Any e-mail message from the European Central Bank (ECB) is sent in good faith but 
shall neither be binding nor construed as constituting a commitment by the ECB except 
where provided for in a written agreement.
This e-mail is intended only for the use of the recipient(s) named above. Any 
unauthorised disclosure, use or dissemination, either in whole or in part, is 
prohibited.
If you have received this e-mail in error, please notify the sender immediately via 
e-mail and delete this e-mail from your system.


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>