2017 © Pedro Peláez
 

library php_writeexcel

Powerful library to write excel files

image

thoroc/php_writeexcel

Powerful library to write excel files

  • Friday, January 6, 2017
  • by thoroc
  • Repository
  • 3 Watchers
  • 4 Stars
  • 304 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 4 Open issues
  • 3 Versions
  • 30 % Grown

The README.md

php_writeexcel

PHP port of John McNamara's Spreadsheet::WriteExcel by Johann Hanne, with some tweaks by Thomas Roche (https://github.com/thoroc/php_writeexcel), and forked by Craig Manley adding more tweaks and some added drop-in compatibility with PEAR's Spreadsheet_Excel_Writer., (*1)

Dependencies

To use this library, please install php_ole which allow to write big Excel files (larger than 7MB)., (*2)

Example for your composer.json file:, (*3)

{
    "minimum-stability": "dev",
    "repositories": [
      {
        "type": "vcs",
        "url": "https://github.com/thoroc/php_ole"
      },
      {
        "type": "vcs",
        "url": "https://github.com/thoroc/php_writeexcel"
      }
    ],
    "require": {
        "thoroc/php_ole": "master",
        "thoroc/php_writeexcel": "master"
    }
}

Perfomance comparison

Update by Craig Manley, 2015-12-06: Writing a table of 8 fields and 950 rows to an Excel file resulted in these average elapsed times:, (*4)

PHPExcel: 7.417
PEAR Spreadsheet_Excel_Writer: 1.078
php_writeexcel: 2.065

So clearly, PEAR's Spreadsheet_Excel_Writer is almost twice as fast. PHPExcel is more modern, but by far the slowest and consumes huge amounts of memory, which is the only reason I tried with this library, updating it slightly in the process., (*5)

Original Documentation

The Versions

06/01 2017

dev-master

9999999-dev https://github.com/thoroc/php_writeexcel

Powerful library to write excel files

  Sources   Download

LGPL v2.1

The Requires

  • php >=5.3.0

 

excel xls writer spreadsheet document

14/03 2016

dev-phpcsfixer

dev-phpcsfixer https://github.com/thoroc/php_writeexcel

Powerful library to write excel files

  Sources   Download

LGPL v2.1

The Requires

  • php >=5.3.0

 

excel xls writer spreadsheet document

14/03 2016

dev-php5+

dev-php5+ https://github.com/thoroc/php_writeexcel

Powerful library to write excel files

  Sources   Download

LGPL v2.1

The Requires

  • php >=5.3.0

 

excel xls writer spreadsheet document