I use below to output data to a excel file using PHP,
however, how to include some photo(.jpg) in my excel output?
however, how to include some photo(.jpg) in my excel output?
Code:
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=excel.xls");
Comment