Adding XML Mapping excel files using PHPExcel

bingobongo

New Member
I am using PHPExcel to export data from our database,data retrieved from the database are formatted first before we write them to file. The output file type is ".xlsx".Now, how can I attach XML Mappings to the headers of my excel files. Here's the scenario,I retrieve data from our database, then loop each data for writing.Now, the client asked me to add XML mapping to my files, since there system doesn't accept excel files without the mapping. Thank you in advance.!PS: please be good to me since I am a newbie to this..Thank you so much!!
 
Back
Top