https://github.com/fusonic/spreadsheet-export
PHP Library to export data in various spreadsheet formats like ODS, CSV, TSV ...
https://github.com/fusonic/spreadsheet-export
Last synced: about 1 year ago
JSON representation
PHP Library to export data in various spreadsheet formats like ODS, CSV, TSV ...
- Host: GitHub
- URL: https://github.com/fusonic/spreadsheet-export
- Owner: fusonic
- License: mit
- Created: 2012-03-06T16:31:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T11:12:45.000Z (almost 9 years ago)
- Last Synced: 2025-05-08T04:57:03.828Z (about 1 year ago)
- Language: PHP
- Homepage: fusonic.github.io/spreadsheetexport
- Size: 173 KB
- Stars: 26
- Watchers: 13
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fusonic SpreadsheetExport
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](https://packagist.org/packages/fusonic/spreadsheet-export)