Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 520 Bytes

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