Home > sfPhpExcelPlugin

sfPhpExcelPlugin

SfPhpExcelPlugin is a project mainly written in PHP, based on the MIT license.

Git portage of sfPhpExcelPlugin http://svn.symfony-project.com/plugins/sfPhpExcelPlugin/

sfPhpExcel plugin

sfPhpExcelPlugin work with PHPExcel. It can generate MS Excel files version 5 and 2007.

Installation

  • Install the plugin

    symfony plugin-install http://plugins.symfony-project.com/sfPhpExcelPlugin

Documentation

  • Define default properties config/phpexcel.yml

    all:
      meta:
        creator:      firstname lastname
        title:        title
        subject:      subject
        description:  description
        keywords:     keywords
        category:     category
  • Show documentation and API on the website

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

TRUNK

  • Compatible with symfony >= 1.2
  • Adapt the examples to version 1.2
  • PHPExcel (Add externals for libraries)
  • Modification of examples to work with symfony