1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# 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
* 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](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
### 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
|