2017 © Pedro PelĆ”ez
 

symfony-bundle excel-bundle

This bundle integrates PHPExcel with Symfony2.

image

rwsoft/excel-bundle

This bundle integrates PHPExcel with Symfony2.

  • Sunday, August 4, 2013
  • by realityking
  • Repository
  • 1 Watchers
  • 1 Stars
  • 563 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

RWSoftExcelBundle

This bundle integrates PHPExcel with Symfony2., (*1)

Registered Formats

ExcelBundle registers the following formats to use in routes., (*2)

  • csv
  • xls
  • xlsx
  • pdf

Sending a Response

use RWSoft\ExcelBundle\ExcelResponse;

$doc = new \PHPExcel();
$objWriter = new \PHPExcel_Writer_Excel5($doc);
$response = new ExcelResponse($objWriter);
$response->send();

The Versions

04/08 2013

dev-master

9999999-dev

This bundle integrates PHPExcel with Symfony2.

  Sources   Download

MIT

The Requires

 

symfony2 excel

04/08 2013

1.0.0

1.0.0.0

This bundle integrates PHPExcel with Symfony2.

  Sources   Download

MIT

The Requires

 

symfony2 excel

13/07 2013

0.5-beta

0.5.0.0-beta

This bundle integrates PHPExcel with Symfony2.

  Sources   Download

MIT

The Requires

 

symfony2 excel