2017 © Pedro Peláez
 

symfony-bundle spreadsheetbundle

This is a Symfony 3.2/4.0 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library

image

roromix/spreadsheetbundle

This is a Symfony 3.2/4.0 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library

  • Wednesday, January 3, 2018
  • by roromix
  • Repository
  • 3 Watchers
  • 7 Stars
  • 12,222 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 99 % Grown

The README.md

SpreadsheetBundle

This is a Symfony 3 to 7 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library., (*1)

Total Downloads Latest Stable Version Latest Unstable Version, (*2)

Supported formats

The supported formats are sames of PhpSpreadsheet (Open Document .ods, Office Excel .xlsx, BIFF 8 .xls, CSV, PDF)., (*3)

Installation

1 Add to composer.json to the require key, (*4)

``` shell composer require roromix/spreadsheetbundle, (*5)


**2** Register the bundle : Symfony standard installation : ``app/AppKernel.php`` ``` php $bundles = array( // ... new Roromix\Bundle\SpreadsheetBundle\RoromixSpreadsheetBundle(), );

Symfony Flex installation (normaly, it's auto-generated) : config/bundles.php php return [ // ... Roromix\Bundle\SpreadsheetBundle\RoromixSpreadsheetBundle::class => ['all' => true], ];, (*6)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*7)

License, (*8)

The Versions

03/01 2018

dev-master

9999999-dev https://github.com/roromix/SpreadsheetBundle

This is a Symfony 3.2/4.0 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Romain Harache

excel bundle symfony spreadsheet phpexcel

02/01 2018

v1.0.0

1.0.0.0 https://github.com/roromix/SpreadsheetBundle

This is a Symfony 3.2/4.0 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Romain Harache

excel bundle symfony spreadsheet phpexcel