fusonic/spreadsheet-export

Library to create simple exports to CSV/TSV/ODS in PHP

v1.0.0 2016-09-20 18:19 UTC

This package is auto-updated.

Last update: 2024-03-24 20:41:56 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