Skip to content

lion-packages/spreadsheet

presentation-lion-packages

Latest Stable Version Total Downloads License PHP Version Require

🚀 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.

About

Library to facilitate the use of spreadsheet

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 5