PHPackages                             quorum/exporter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. quorum/exporter

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

quorum/exporter
===============

Export Data as Spreadsheets

v0.2.0(3y ago)391.3k—6.9%1[1 PRs](https://github.com/QuorumCollection/Exporter/pulls)MITPHPPHP &gt;=7.4CI passing

Since Feb 6Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/QuorumCollection/Exporter)[ Packagist](https://packagist.org/packages/quorum/exporter)[ RSS](/packages/quorum-exporter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (10)Used By (0)

Exporter
========

[](#exporter)

[![Latest Stable Version](https://camo.githubusercontent.com/8632e41c1068fa4c729a1822a8639c9ad022e3d68603332ab0cd81a0fce638e4/68747470733a2f2f706f7365722e707567782e6f72672f71756f72756d2f6578706f727465722f76657273696f6e)](https://packagist.org/packages/quorum/exporter)[![Total Downloads](https://camo.githubusercontent.com/5f47be6b331daaa8c173d0ca67827f657a8b89ec910c326fe60946b27dd53c14/68747470733a2f2f706f7365722e707567782e6f72672f71756f72756d2f6578706f727465722f646f776e6c6f616473)](https://packagist.org/packages/quorum/exporter)[![License](https://camo.githubusercontent.com/d0ae8be9a2499ca73c36035d8c5429ce03f5a92605dce4e2a8c2d0d57ad327e5/68747470733a2f2f706f7365722e707567782e6f72672f71756f72756d2f6578706f727465722f6c6963656e7365)](https://packagist.org/packages/quorum/exporter)[![ci.yml](https://github.com/QuorumCollection/Exporter/actions/workflows/ci.yml/badge.svg?)](https://github.com/QuorumCollection/Exporter/actions/workflows/ci.yml)

A Streamed Data Export Tool

Supported formats:

- CSV / TSV
- SpreadsheetML "Excel 2004 XML Spreadsheet"
- More to come.

Requirements
------------

[](#requirements)

- **maennchen/zipstream-php**: ~2.1
- **ext-SPL**: \*
- **ext-mbstring**: \*
- **ext-dom**: \*
- **ext-json**: \*
- **php**: &gt;=7.4

Installing
----------

[](#installing)

Install the latest version with:

```
composer require 'quorum/exporter'
```

Example
-------

[](#example)

### Simple CSV Export

[](#simple-csv-export)

```
