随笔分类 -  excel/csv

php导出excel、csv
摘要:$filename="文件名称" //直接输出到浏览器 ob_end_flush(); header('Content-Type: application/vnd.ms-excel'); header('Content-Disposition: attachment;filename="'.$fil 阅读全文
posted @ 2019-01-08 14:35 猿来你也在这里呀 阅读(865) 评论(0) 推荐(0)