Download the PHP package endroid/simple-spreadsheet without Composer
On this page you can find all versions of the php package endroid/simple-spreadsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download endroid/simple-spreadsheet
More information about endroid/simple-spreadsheet
Files in endroid/simple-spreadsheet
Package simple-spreadsheet
Short Description Endroid Simple Spreadsheet
License MIT
Homepage https://github.com/endroid/simple-spreadsheet
Informations about the package simple-spreadsheet
Simple Spreadsheet
By endroid
Library for quickly importing and exporting spreadsheet data. Data can be loaded from and converted from / to an array, an Excel/CSV file or Spreadsheet object.
The main advantage of this library is the small amount of code needed to perform an import or export of data, given one of the above formats.
Installation
Use Composer to install the library.
Usage
You can also use the saveToString
and getHeadersByFilename
methods to build a
Response object instead of directly outputting to the browser.
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
License
This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.
All versions of simple-spreadsheet with dependencies
phpoffice/phpspreadsheet Version ^3.3
symfony/http-foundation Version ^5.4||^6.4||^7.0