knowram Posted September 20, 2007 Share Posted September 20, 2007 I am using header content-type to download an excel file. header("Content-type: application/x-msdownload"); header("Content-Disposition: attachment; filename=NetworkInfo.xls"); header("Pragma: no-cache"); header("Expires: 0"); Is there any way to set the column width? Thanks for the help Link to comment https://forums.phpfreaks.com/topic/70041-content-type-modifications/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.