Subject: Re: Excel Export
From: Vic C <[EMAIL PROTECTED]>
 ===
Struts is Java. Excel is VBA. They don't like each other. One good way 
is to expose your Java (Form) beans via SOAP.
Then in Excel (using Pocket Soap client for example) write a VBA macro 
that gets the SOAP XML data.
You will need to add SOAP interface to you web app server.

SOAP is good for most distributed  or diverse applications and good for 
hetrogenous enviroments. (There is a news list on soap at 
news.strutsplus.com)

Vic


Chen, Dean (Zhun) wrote:
> This might be a little of topic, however, does struts support a standardized
> way to export results from queries in a comma delimited format, for
> importing into excel?
> Thanks,
> 
> Dean Chen
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



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

Reply via email to