PHPackages                             soulvagrant/php-export-data - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. soulvagrant/php-export-data

ActiveClass[File &amp; Storage](/categories/file-storage)

soulvagrant/php-export-data
===========================

PHP class to export data in CSV, TSV, or Excel XML (aka SpreadsheeML) format to a file or directly to the browser

081PHP

Since Sep 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SoulVagrant/php-export-data)[ Packagist](https://packagist.org/packages/soulvagrant/php-export-data)[ RSS](/packages/soulvagrant-php-export-data/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-export-data by Eli Dickinson

Released under the permissive MIT License:

A simple library for exporting tabular data to Excel-friendly XML, CSV, or TSV. It supports streaming exported data to a file or directly to the browser as a download so it is suitable for exporting large datasets (you won't run out of memory).

Excel XML code is based on Excel\_XML by Oliver Schwarz ()

How to use it
-------------

[](#how-to-use-it)

```
