PHP導出excel(簡潔思路,可帶樣式)

PHPExcel功能雖然強大,但用起來卻不是那麼順手,特別是像我這種初級菜鳥,下面介紹一種導出excel的新思路,簡單實用易操做。 PHP代碼: /**  * 導出文件  * @return string  */ public function export() {     $file_name   = "成績單-".date("Y-m-d H:i:s",time());     $file_su
相關文章
相關標籤/搜索