Skip to content

marcovtwout/yii-phpexcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

yii-phpexcel

Wrapper for the PHPExcel library.

Installation:

  1. Unzip the contents of this directory to protected/extensions/phpexcel
  2. Download the latest version of PHPExcel: https://github.com/PHPOffice/PHPExcel/tags
  3. Unzip the contents of the folder Classes to a new folder protected/extensions/phpexcel/vendor

Usage:

Yii::import('ext.phpexcel.XPHPExcel');		
$phpExcel = XPHPExcel::createPHPExcel();

Or if you don't want a PHPExcel object:

Yii::import('ext.phpexcel.XPHPExcel');		
XPHPExcel::init();

Troubleshooting

Q: Error message: "include(PHPExcel_Style_Supervisor.php) [function.include]: failed to open stream: No such file or directory" A: #3 (comment)

About

Yii wrapper for PHPExcel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages