i want to export the data to excel 2007 im using asp..
i used
Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
Response.AddHeader "Content-Disposition","attachment;filename=orderdetail.xlsx "

it has no error but the excel doesnt show anything...

thanks...