|
|
|
ถามเรื่องการ export file เพื่อเอามา แนบไฟล์ส่งเมลครับ |
|
|
|
|
|
|
|
ปิดกระทู้ครับ ได้แล้ว ครับ
export เครื่อง client
Code (PHP)
header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header('Content-Disposition: attachment;filename="Summary consignment.xls"');
$objWriter = new PHPExcel_Writer_Excel2007($objPHPExcel);
//$objWriter->save(str_replace('.php', '.xls', __FILE__));
$objWriter->save('php://output');
export เครื่อง server
Code (PHP)
//header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
//header('Content-Disposition: attachment;filename="Summary consignment.xls"');
$objWriter = new PHPExcel_Writer_Excel2007($objPHPExcel);
$objWriter->save(str_replace('.php', '.xls', __FILE__));
//$objWriter->save('php://output');
|
|
|
|
|
Date :
2015-02-19 11:52:26 |
By :
gaowteen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไปครับ
|
|
|
|
|
Date :
2015-02-19 17:25:10 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|