自由學習的風

幽夢影 張潮 少年讀書,如隙中窺月;中年讀書,如庭中望月;老年讀書,如臺上玩月。皆以閱歷之淺深,為所得之淺深耳。

轉:[教學文章] phpExcel常用方法詳解

2018年6月5日 星期二

參考網址:EMAN1214

操作excel

1.header
        header("Content-Type:application/vnd.ms-excel");
        header("Content-Disposition:attachment;filename=product.xls");
        header("Pragma:no-cache");
        header("Expires:0");

2.PHPExcel
        http://www.codeplex.com/PHPExcel
        http://www.phpexcel.net
        開發包Tests目錄有詳細使用實例
        支持中文,注意文件編碼,文件保存為utf-8
        寫excel
詳情參閱相關文件內容。

0 意見:

張貼留言