Does anybody know how to parse an excel file using PHP ??? I am kind of stuck, i have a workaround,i can convert an excel spreadsheet into a comma delimited (.csv) file. My routine then parses the .csv file succefully into the system. But its a two step procedure. I want to know if I can directly parse the Excel file using some sort of PHP script ????
You help wud be gretly appreciated.