Jump to content

content-type modifications


knowram

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.