Releases: liuggio/ExcelBundle
Releases · liuggio/ExcelBundle
Sf4 compatibility, using phpexcel version to ~1.8.1
Test folder is now excluded from the composer.json
v2.0.5 do not push directly to the branch :)
v2.0.4
v2.0.3: Merge pull request #94 from TomasVotruba/patch-2
composer: use PSR-4 autoload
HTML helper and Drawing Image support
Thanks to @Mitsurugi and @renatomefidf and other contributors
- Add option to insert images in excel files
- Adding Helper HTML to the factory
- Fixes
updated the phpexcel lib to 1.8.0
Merge pull request #70 from ryzy/master Update PHPExcel to 1.8.0
version 2
The bundle has totally changed.
The Factory class is now simple, you can create edit an existing file, you can create a file from scratch, and you can send the file via Symfony StreamedResponse.
Features:
- Added Functional tests (and a fakeController)
- Added Unit tests
- Removed N3B streamed response in favour of Symfony StreamedResponse
- Usability has been simplified
Release Candidate 1
The bundle has totally changed.
The Factory class is now simple, you can create edit an existing file, you can create a file from scratch, and you can send the file via Symfony StreamedResponse.
Features:
- Added Functional tests (and a fakeController)
- Added Unit tests
- Removed N3B streamed response in favor of Symfony StreamedResponse
- Usability has been simplified
last for 1.0
Merge pull request #52 from sergeyz/patch-1 Excess headers send
moved to 1.7.9 official phpexcel
Merge pull request #42 from lemoinem/patch-1 Switch "CodePlex/PHPExcel" required version to 1.7.9 (last stable)