2017 © Pedro Peláez
 

library easyspreadsheets

A easy way to handle spreadsheets with PHP

image

natanaugusto/easyspreadsheets

A easy way to handle spreadsheets with PHP

  • Wednesday, July 25, 2018
  • by Natan Augusto
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

EasySpreadsheets

Total Downloads Latest Stable Version License Flying Donut, (*1)

That's a easy way to use PhpSpreadsheet., (*2)

What you can do with this: - Load a spreadsheet very easily. - Read spreadsheets with header - Read cells colors - Read rows associated with their headers - Paint cells and texts - That's it for now, (*3)

Install:, (*4)

composer require natanaugusto/easyspreadsheets

Begins:, (*5)

require_once('../vendor/autoload.php');

use EasySpreadsheets\Handler as EasySpreadsheet;
$file = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'example.xlsx';

$spread = new EasySpreadsheet;
$spread->load($file);

Load without header on spreadsheet:, (*6)

$spread->load($file, false);

Get all rows:, (*7)

$spread->getRows()

Get the current row:, (*8)

$spread->getRow()

Get a especific row:, (*9)

$spread->getRow(2)

(Yes, my English is a very bad shit), (*10)

The Versions

25/07 2018

dev-master

9999999-dev

A easy way to handle spreadsheets with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Natan Augusto

25/07 2018

0.0.2

0.0.2.0

A easy way to handle spreadsheets with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Natan Augusto

24/07 2018

dev-dev

dev-dev

A easy way to handle spreadsheets with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Natan Augusto

24/07 2018

0.0.1

0.0.1.0

A easy way to handle spreadsheets with PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Natan Augusto