2017 © Pedro Peláez
 

library excel-bundle

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

image

chmat/excel-bundle

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  • Monday, January 16, 2017
  • by ChMat
  • Repository
  • 2 Watchers
  • 1 Stars
  • 62 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

ChMatExcelBundle

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files., (*1)

📕 Archived repository

This repository is not maintained anymore., (*2)

Installation

Add the Bundle to your composer.json

Add the bundle reference in the require section:, (*3)

"require": {
// ...
"chmat/excel-bundle": "~2.0" // check Versions section for details on version numbering
// ...
}

Update your Dependencies

$ composer update

Enable the Bundle in AppKernel.php

Modify your app/AppKernel.php file by declaring this bundle., (*4)

// In app/AppKernel.php
<?php

public function registerBundles()
{
    $bundles = array(
        // ...
        new ChMat\ExcelBundle\ChMatExcelBundle(),
        // ...
    );
}

Usage

To be updated., (*5)

This bundle declares two services for your enjoyment. You don't have to declare them yourself., (*6)

services:
    chmat.excel_reader:
        class: ChMat\ExcelBundle\Service\ExcelReader
    chmat.excel_writer:
        class: ChMat\ExcelBundle\Service\ExcelWriter

Contributing

Pull requests are welcome !, (*7)

Versions

Since v2.0, version numbers are constructed with the following principles., (*8)

A valid version number will always be in the form of x.y.z. An increment of any of the value means that:, (*9)

  • x − major changes: WILL include breaking changes most of the time
  • y − new features: MAY include breaking changes
  • z − bugfixes and updates to the documentation: WILL NOT include breaking changes

For more information on available version numbers, please refer to the repository on GitHub., (*10)

License

This bundle is subject to the MIT license that is bundled with this source code in the LICENSE file., (*11)

The Versions

16/01 2017

dev-master

9999999-dev

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

16/01 2017

v2.0.4

2.0.4.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

16/01 2017

v2.0.3

2.0.3.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

16/01 2017

v2.0.2

2.0.2.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

10/02 2016

v2.0.1

2.0.1.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

10/02 2016

v2.0.0

2.0.0.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

29/12 2015

v1.0.2

1.0.2.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

05/11 2015

v1.0.1

1.0.1.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart

17/09 2015

v1.0.0

1.0.0.0

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

  Sources   Download

MIT

The Requires

 

by Christian Mattart