lion / spreadsheet
library to facilitate the use of spreadsheet
v5.2.0
2025-03-31 17:02 UTC
Requires
- php: >=8.4
Requires (Dev)
- ext-xdebug: *
- infection/infection: ^0.29.14
- lion/test: ^3.3
- overtrue/phplint: ^9.5
- phpoffice/phpspreadsheet: ^2.2 || ^4.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.12
README
🚀 Lion-Spreadsheet Library to facilitate the use of the spreadsheet.
📖 Features
✔️ Create XLSX files. ✔️ Read and edit existing files. ✔️ Apply styles and formats.
📦 Installation
Install the spreadsheet using Composer:
composer require phpoffice/phpspreadsheet lion/spreadsheet
Usage Example
<?php use Lion\Spreadsheet\Spreadsheet; $spreadsheet = new Spreadsheet(); $spreadsheet>load('file.xlsx'); $spreadsheet->setCell('A2', 'value'); $spreadsheet->save();
📝 License
The spreadsheet is open-sourced software licensed under the MIT License.