简单易用的php读取excel实例
这是一个非常简单易用的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]);
用户评论
不错,已经用到程序当中,感谢分享!
程序比较简单。
比较简单的程序一看就能明白
比较简单的程序。