# sfPhpExcel plugin sfPhpExcelPlugin work with [PHPExcel](http://www.phpexcel.net). It can generate MS Excel files version 5 and 2007. ## Installation * Install the plugin symfony plugin-install http://plugins.symfony-project.com/sfPhpExcelPlugin ## Documentation * Show documentation and API on the [website](http://www.codeplex.com/PHPExcel/Release/ProjectReleases.aspx) ## Testing * Show examples into the directory examples * For testing php plugins/sfPhpExcelPlugin/examples_1_2/01simple.php ## Requirements * PHP version 5.2 or higher * PHP extension php_zip enabled * PHP extension php_xml enabled ## Changelog ### TRUNK * Adapt the examples to version 1.2 * PHPExcel (Add externals for libraries) * Modification of examples to work with symfony