I have an array which contains data as:
array(name,contact1,e_mail ,reference_type,resume_source,current_employer,highest_degree ,skill_set,track)
now i want to create an excel sheet(.xls file). In short I want to generate a reropt for query.
Array is nothing but the query result.
I want to just put this data rows into excel sheet.
How can do this in PHP?