会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
火*火
博客园
首页
新随笔
联系
订阅
管理
2017年7月10日
php导出cvs xls xlsx
摘要: 有两种方法,一种是更改输出头部,一种是使用phpexcel类,很显然前者更方便,下面给出一个demo方法导出cvs/** * 导出日志 */public function excel() { setlocale(LC_ALL, 'en_US.UTF-8'); $filename = date('Ym
阅读全文
posted @ 2017-07-10 16:27 火*火
阅读(448)
评论(0)
推荐(0)
编辑
公告