fusonic / spreadsheet-export
Library to create simple exports to CSV/TSV/ODS in PHP
Installs: 26 517
Dependents: 0
Suggesters: 0
Security: 0
Stars: 26
Watchers: 14
Forks: 6
Open Issues: 1
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-10-24 21:55:44 UTC
README
SpreadsheetExport is a PHP library which allows you to export spreadsheet data in various formats while only writing code once. Currently supported are
- OpenDocument Spreadsheet (.ods)
- Comma Separated Values (.csv)
- Tab Separated Values (.tsv)
It is licensed under the MIT license.
Requirements
- PHP 5.3 or later
- Zip-Extension to use ODS Export
How to obtain
- Check out this repository
- Use Composer / Packagist