2017 © Pedro Peláez
 

library awesome-export-excel

The easier way to export excel

image

fengxw/awesome-export-excel

The easier way to export excel

  • Wednesday, July 4, 2018
  • by fengxw
  • Repository
  • 1 Watchers
  • 1 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 150 % Grown

The README.md

Awesome export excel

It's an easier way to export an excel. you don't need to worry about the detail, the default style of excel is enough for you., (*1)

Install

composer require fengxw/awesome-export-excel

Usage

// define the arguments.
$header = 'It is a header';
$title = ['column1', 'column2'];
$data = [['value1', 'value2']];

// export excel
ExportExcel::getInstance()->export($header, $title, $data);

simple, (*2)

One More thing

Maybe you has a complex form need to export, then you can check the examples and build the sheet as you want., (*3)

complex, (*4)

The Versions

04/07 2018

dev-master

9999999-dev https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

04/07 2018

v0.2.3

0.2.3.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

03/07 2018

v0.2.2

0.2.2.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

19/03 2018

v0.2.1

0.2.1.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

19/03 2018

v0.2.0

0.2.0.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

04/01 2018

v0.1.0

0.1.0.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

04/01 2018

v0.0.2

0.0.2.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel

04/01 2018

v0.0.1

0.0.1.0 https://github.com/fengxw/awesomeExportExcel

The easier way to export excel

  Sources   Download

MIT

The Requires

 

excel