JPhpExcelReader问题

我按照文档解压并放置了phpexcelreader

并按照例子使用 Yii::import(‘ext.phpexcelreader.JPhpExcelReader’);

但是

exception ‘CException’ with message ‘Alias “ext.phpexcelreader.JPhpExcelReader” is invalid. Make sure it points to an existing directory or file.’ in D:\xampp\htdocs\Yii\framework\YiiBase.php:251

为什么呢?

哎,被逼无奈,用include就好用啦! >:(

读excel最麻烦了。。。

这个没用过,

试试看Yii::import(‘ext.phpexcelreader.JPhpExcelReader’,true);

如果还不行,你试试这个ext

http://www.yiiframework.com/extension/phpexcel-codeplex

在googlecode的链接下载包

http://lnmpdo.googlecode.com/files/vendors.zip