10/24/2011 2:56:21 AM
Title:
Convert excel file data to xml
hello All,
I want to convert excel data to xml using AS3.
which i will upload to my server
and then use that xml file in my particular application
anybody can suggetst how to do this
10/24/2011 3:07:16 AM
flash cannot read the excel file and convert it to xml. You can only upload excel file to server and get the conversion part done with some third party service on server.
10/24/2011 4:15:35 AM
you can find here a paid com component which can be used to convert excel to xml.
http://www.convertspot.com/convertexceltoxmlcom.htm
Rohit
Points: 160
Posts:0
10/24/2011 5:43:41 AM
Thank you RedBull
Thank you Troy
Actually I looking for php to get this job done, can you provide me some guidance how to do this with php???
so the php can do uploading part also....