Hi,
I'm about to start making a spreadsheet in XML, and have PHP / XSLT transform this into HTML / Excel readable format. I'm just wondering whether any of you have done this before, and are willing to share experiences as to do's and don't s,
Cheers,
Jørgen
Are you talking about putting the excel http header and sending to Internet Explorer? I've done that in asp, works nice. I'd start with a static HTML page with a simple table to make sure you have all the MS products talking to each other. After that the php/mysql part should be easy. You can even send it excel formulas and some formatting.
Thanks Tom,
Yes, that's probably what I'm going to do on the HTML side.
However, I was thinking more in terms of the XML DTD, and the XSLT, but I should probably bring that question to an XML-only forum.