lion / spreadsheet
library to facilitate the use of spreadsheet
v5.8.0
2025-10-01 20:08 UTC
Requires
- php: >=8.4
Requires (Dev)
- ext-xdebug: *
- infection/infection: ^0.29.14 || ^0.31.0
- lion/test: ^3.3
- overtrue/phplint: ^9.5
- phpoffice/phpspreadsheet: ^2.2 || ^4.0 || ^5.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.12 || ^4.0
- 5.x-dev
- v5.8.0
- v5.7.0
- v5.6.0
- v5.5.0
- v5.4.0
- v5.3.0
- v5.2.0
- v5.1.0
- v5.0.0
- 4.x-dev
- v4.0.0
- 3.x-dev
- v3.1.0
- v3.0.0
- v2.x-dev
- v2.0.0
- v1.x-dev
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- 1.0.0
- dev-dependabot/composer/infection/infection-tw-0.29.14or-tw-0.31.0
- dev-dependabot/composer/squizlabs/php_codesniffer-tw-3.12or-tw-4.0
- dev-Sleon4-patch-1
- dev-dependabot/composer/composer-0a8cebef1a
- dev-dependabot/composer/phpoffice/phpspreadsheet-tw-2.2or-tw-4.0or-tw-5.0
- dev-support
- dev-main
This package is auto-updated.
Last update: 2025-10-01 20:09:45 UTC
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.