1. 首页
  2. 行业
  3. 金融
  4. 简单易用的php读取excel实例

简单易用的php读取excel实例

上传者: 2020-09-23 19:58:21上传 RAR文件 14.19KB 热度 17次
这是一个非常简单易用的php读取excel的实例,上传到服务器即可使用(本地apache即可)。这里面用到了ExcelReader.php类,通过它,能非常方便的读取excel中的数据。 使用方法: require_once "Excel/reader.php"; $xl_reader= new Spreadsheet_Excel_Reader(); $xl_reader->setOutputEncoding('GBK'); $xl_reader->read("Coupon_QQ_Uin.xls"); print_r($xl_reader->sheets[0]);
用户评论
码姐姐匿名网友 2020-09-23 19:58:21

不错,已经用到程序当中,感谢分享!

码姐姐匿名网友 2020-09-23 19:58:21

程序比较简单。

码姐姐匿名网友 2020-09-23 19:58:22

比较简单的程序一看就能明白

码姐姐匿名网友 2020-09-23 19:58:22

比较简单的程序。