You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Shaw, Chris" <Ch...@ecb.int> on 2002/11/26 10:08:20 UTC

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:nandipinto@hotpop.com]
Sent: Tuesday 26 November 2002 10:15
To: cocoon-users@xml.apache.org
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>

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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: Serializing XML data to Excel format

Posted by "Andrew C. Oliver" <ac...@apache.org>.
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" <Ch...@ecb.int>
>To: <co...@xml.apache.org>
>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:nandipinto@hotpop.com]
>>Sent: Tuesday 26 November 2002 10:15
>>To: cocoon-users@xml.apache.org
>>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:     <co...@xml.apache.org>
>>For additional commands, e-mail:   <co...@xml.apache.org>
>>
>>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:     <co...@xml.apache.org>
>>For additional commands, e-mail:   <co...@xml.apache.org>
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>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:     <co...@xml.apache.org>
>For additional commands, e-mail:   <co...@xml.apache.org>
>
>
>  
>



---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: Serializing XML data to Excel format

Posted by nandipinto <na...@hotpop.com>.
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" <Ch...@ecb.int>
To: <co...@xml.apache.org>
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:nandipinto@hotpop.com]
> Sent: Tuesday 26 November 2002 10:15
> To: cocoon-users@xml.apache.org
> 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:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
>
> 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:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
>
>


---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>