Convert excel to xml in php
excel, php, xml
Solution
Quick Google search found this PHP project on CodePlex, you may want to take a look
It supports:
...write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.
Problem
I want to read an Excel file and create an XML file from that data. Is it possible in php? Thanks