Skip to content

Tabular XLSX - an easy and effective way how to access XLSX data

License

Notifications You must be signed in to change notification settings

kambo-1st/tabular-xlsx

Repository files navigation

Tabular XLSX

Latest Version on Packagist Total Downloads

Tabular XLSX - an easy and effective way how to access XLSX data

Installation

You can install the package via composer:

composer require kambo/tabular-xlsx

Usage

$xlsx = \Kambo\Tabular\XLSX\XLSX::createFromFileObject(new SplFileInfo('basicfile.xlsx'));

$xlsx->addRow(['hello', 'world']);

$xlsx->save();

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Tabular XLSX - an easy and effective way how to access XLSX data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages