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.
- PHP 5.3 or later
- Zip-Extension to use ODS Export
- Check out this repository
- Use Composer / Packagist