An open API service indexing awesome lists of open source software.

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 ...

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)