Download the PHP package ceytek-labs/php-spreadsheet-lite without Composer
On this page you can find all versions of the php package ceytek-labs/php-spreadsheet-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ceytek-labs/php-spreadsheet-lite
More information about ceytek-labs/php-spreadsheet-lite
Files in ceytek-labs/php-spreadsheet-lite
Package php-spreadsheet-lite
Short Description A lightweight library for creating and reading spreadsheets in CSV or XLSX formats using PhpSpreadsheet.
License MIT
Homepage https://github.com/ceytek-labs/php-spreadsheet-lite
Informations about the package php-spreadsheet-lite
PhpSpreadsheetLite - Lightweight Spreadsheet Utility
PhpSpreadsheetLite is a lightweight library designed to simplify creating and reading spreadsheets in CSV or XLSX formats using PhpSpreadsheet. It provides an intuitive API for quick and efficient spreadsheet operations.
Requirements
- PHP 8.1 or higher
- PhpSpreadsheet library (automatically installed via Composer)
Installation
Install the package via Composer. This will also install phpoffice/phpspreadsheet automatically:
Usage
Here’s an example of how to use PhpSpreadsheetLite:
Creating and Saving a Spreadsheet
Reading a Spreadsheet
Enum for File Formats
The SpreadsheetFormat enum helps you specify supported file formats consistently:
Contributing
Feel free to submit a pull request or report an issue. Any contributions and feedback are highly appreciated!
License
This project is licensed under the MIT License.