Hi,
Using header can change the export file type.for example the header can export excel file.
<?php
Header("Content-Type: application/vnd.ms-excel");
?>
Do you know how to export data to work format or other formats?
I need export data to different kinds of format.please give me the like to check which file types the HTML support.
Thanks a lot.