Converting MS Excel Sheet to an XML File Using PHP
In this article I will show you how to convert an MS Excel 2003 file into a neat and clean xml file not like one which can be generated through MS Excel.
Couple of days I had to convert a huge MS Excel 2003 file, with more than 1900+ rows, into an xml file to be used with a flash-xml based slideshow component. I couldn’t use the xml file which can be generated through the MS Excel, so I had to convert it either manually or using php. So the first thing I could do was to search for a php based solution to convert MS Excel into an xml and at the same time to make it compatible with an already built flash-xml based slideshow component. While searching on google I found PHP-ExcelReader on the sourceforge.net website. After downloading PHP-ExcelReader and playing with it, I found that the .xls file was corrupt and also it had path issues.
More »


