Not a full-blown solution, but you can encode a web page with tags in
the Excel namespace xmlns:x="urn:schemas-microsoft-com:office:excel"
and, use formulas etc in html table cells:

<td style="width:0pt" x:fmla="=COUNT(A4:A9)" width="0" class="x868">
   <span style="mso-spacerun: yes"/>
</td>
 
Try saving an .xls file to .html, and you will get the jist of the
format.  Then, you can transform your XML data to an Excel-marked-up
.html page using XSLT.  Just a thought.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:Markdelanoy@;aol.com] 
Sent: Monday, October 28, 2002 11:31 AM
To: [EMAIL PROTECTED]
Subject: Re: XML to Excel file

Look at the POI project on jakarta.apache.org specifically HSSF.

You'd need to parse the XML yourself but POI allows you to read/write
Excel files.

MD

---------------------------------------------------------------------
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]>

Reply via email to