Skip to content

jnorvor/phpexcel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This mirror is deprecated. Please use the official one, phpoffice/phpexcel, instead.

PHPExcel

This repository contains the unchanged source code of PHPExcel, turned into a Composer package.

For more information on PHPExcel, including documentation and tests, please see the PHPExcel website.

Installation

If you don’t have Composer yet, you should get it now.

  1. Add the package to your composer.json:

     "require": {
       ...
       "phpexcel/phpexcel": "1.7.6",
       ...
     }
    
  2. Install:

     $ php composer.phar install
    
  3. And use:

     <?php 
     
     require_once "vendor/autoload.php";
     
     $phpExcel = new \PHPExcel();
     ...
    

About

DEPRECATED: use phpoffice/phpexcel instead!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%