Click to See Complete Forum and Search --> : generating an XML file from Excell file


Anon
06-11-2001, 02:44 AM
how can I create an XML file from data of an Excell file using PHP.
i know abt CSV files but again how do I generate an XML from it.

Please help me. Thankyou.
sekhar

ame12
06-11-2001, 05:00 PM
You can use OLE automation (via the COM functions) to do this... I think. Have not done it myself.

That being said, the free BadBlue web server will transcode Excel spreadsheets into HTML, see http://badblue.com/helpxls.htm

Dave