EasySpreadsheet
Overview
That's a easy way to use PhpSpreadsheet.
What you can do with this:
Install:
composer require natanaugusto/easyspreadsheets
Begins:
require_once('../vendor/autoload.php');
use EasySpreadsheets\Handler as EasySpreadsheet;
$file = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'example.xlsx';
$spread = new EasySpreadsheet;
$spread->load($file);
Get all rows:
$spread->getRows()
Get the current row:
$spread->getRow()
Get a especific row:
$spread->getRow(2)
(Yes, my English is a very bad shit)
Changed the end date of sprint 0.1.0 to
Changed the start date of sprint 0.1.0 to
Renamed sprint 0.0.3 to 0.1.0
Estimated task Add tearDown to 1 in card More dynamic tests
Created task Add tearDown in card More dynamic tests
Assigned task Try resume the asserts on the HandlerTest on just one or two methods oneself in card More dynamic tests
Changed time remaining of task Try resume the asserts on the HandlerTest on just one or two methods to 2 in card More dynamic tests
Assigned card Better documentation oneself in sprint 0.0.3
Assigned card Work with multiples activespreedsheets oneself in sprint 0.0.3
Assigned card Create a clean spreadsheet oneself in sprint 0.0.3
Assigned card Work with big spreadsheets oneself in sprint 0.0.3
Assigned card Work without header oneself in sprint 0.0.3
Assigned card More dynamic tests oneself in sprint 0.1.0
Changed the end date of sprint 0.0.3 to Aug 16, 2018
Changed the start date of sprint 0.0.3 to Jul 30, 2018
Changed the start date of sprint 0.0.3 to Jul 30, 2018
Created sprint 0.0.3
Estimated task Write the documentation to 1 in card Work with big spreadsheets
Estimated task Write the changes to 1 in card Work with big spreadsheets
Estimated task Write the tests to 1 in card Work with big spreadsheets