Skip to content

jahller/SimpleExcelBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

SimpleExcel

This Bundle read simple Excel files.

INSTALLATION

1 Add the following entry to deps the run php bin/vendors install.

[OnemediaSimpleExcelBundle]
    git=https://github.com/Clint089/SimpleExcelBundle.git
    target=/bundles/Onemedia/SimpleExcelBundle

2 Register the bundle in app/AppKernel.php

    $bundles = array(
        // ...
        new Onemedia\SimpleExcelBundle\OnemediaSimpleExcelBundle(),
    );

3 Register namespace in app/autoload.php

    $loader->registerNamespaces(array(
         // ...
         'Onemedia'              => __DIR__.'/../vendor/bundles',
     ));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%