Is there any way I can able to convert .xlsx file to .xml using PHP?
I will just upload a xlsx document file which should be converted to xml file
Is there any way I can able to convert .xlsx file to .xml using PHP?
I will just upload a xlsx document file which should be converted to xml file
Check the PHPExcel spreadsheet engine
It will alow you to read different file formats into your spreadsheet object
as well as to output your spreadsheet object to different file formats
I think it's definitely worth a look and might get you going. Good luck!