2017 © Pedro Peláez
 

library phpexcel-exporter

image

vincet/phpexcel-exporter

  • Wednesday, April 2, 2014
  • by vincenttouzet
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,573 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

PHPExcelSourceIterator

Scrutinizer Code Quality Code Coverage Build Status, (*1)

Provide a SourceIterator and a Writer for Excel files for sonata-project/exporter, (*2)

Installation

You can use this source with composer:, (*3)

{
    "require": {
        "sonata-project/exporter": "dev-master",
        "phpoffice/phpexcel": "dev-master",
        "vincet/phpexcel-exporter": "dev-master"
    },
}

This library does not require a specific version of sonata-project/exporter or [phpoffice/phpexcel][2] so you can use whatever version you want., (*4)

Usage


$source = new VinceT\PHPExcelExporter\Source\PHPExcelSourceIterator(__DIR__.'/file.xlsx'); foreach ($source as $data) { ... }

The Versions

02/04 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >= 5.3

 

The Development Requires

by Vincent Touzet