README 791 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. = sfPhpExcel plugin =
  2. sfPhpExcelPlugin work with [http://www.phpexcel.net PHPExcel]. It can generate MS Excel files version 5 and 2007.
  3. == Installation ==
  4. * Install the plugin
  5. {{{
  6. symfony plugin-install http://plugins.symfony-project.com/sfPhpExcelPlugin
  7. }}}
  8. == Documentation ==
  9. * Show documentation and API on the [http://www.codeplex.com/PHPExcel/Release/ProjectReleases.aspx website]
  10. == Testing ==
  11. * Show examples into the directory examples
  12. * For testing
  13. {{{
  14. php plugins/sfPhpExcelPlugin/examples/01simple.php
  15. }}}
  16. == Requirements ==
  17. * PHP version 5.2 or higher
  18. * PHP extension php_zip enabled
  19. * PHP extension php_xml enabled
  20. == Changelog ==
  21. === TRUNK ===
  22. * PHPExcel version 1.6.1
  23. * Modification of examples to work with symfony