2017 © Pedro Peláez
 

library excel-exporter

Wrapper around PHPExcel to export data to Excel

image

prezent/excel-exporter

Wrapper around PHPExcel to export data to Excel

  • Thursday, February 15, 2018
  • by prezent
  • Repository
  • 4 Watchers
  • 0 Stars
  • 987 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 24 % Grown

The README.md

prezent/excel-exporter

A wrapper around PhpSpreadsheet, to allow for easy export of data to Excel files., (*1)

Installation

This extension can be installed using Composer. Tell composer to install the extension:, (*2)

$ php composer.phar require prezent/excel-exporter

Quick example

<?php

use Prezent\ExcelExporter\Exporter;

$exporter = new Exporter($tempDir);

$data = ['foo', 'bar'];
$exporter->writeRow($data);

// generate the file
list($path, $filename) = $exporter->generateFile('export.xlsx');

// stream to browser
$exporter->outputFile($filename);

Documentation

The complete documentation can be found in the doc directory., (*3)

The Versions

15/02 2018

dev-phpspreadsheet

dev-phpspreadsheet https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

25/08 2017

dev-master

9999999-dev https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

25/08 2017

1.0.2

1.0.2.0 https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

08/05 2017

1.0.1

1.0.1.0 https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

04/05 2017

1.0.0

1.0.0.0 https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

24/04 2017

dev-multiple-sheets

dev-multiple-sheets https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

15/03 2017

0.2.0

0.2.0.0 https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

08/03 2017

0.1.1

0.1.1.0 https://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel

08/03 2017

0.1.0

0.1.0.0 http://www.prezent.nl

Wrapper around PHPExcel to export data to Excel

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.
by Robert-Jan Bijl

excel export phpexcel