php导出excel
php实现将数据导出到excel文件调用: $export = new ExcelWriter('utf-8','文件名称'); $export->add_array($data); $export->output();
文件大小:5.53KB
评论区