fusonic/spreadsheet-export

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

Installs: 28 916

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 13

Forks: 6

Open Issues: 1

pkg:composer/fusonic/spreadsheet-export

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

This package is auto-updated.

Last update: 2025-09-24 23:54:30 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