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