PHPackages                             seine/seine - 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. seine/seine

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

seine/seine
===========

Seine - Write spreadsheets of various formats to a stream

v2.0.0beta1(11y ago)1270.3k↓50%3[2 issues](https://github.com/martinvium/seine/issues)MITPHPPHP &gt;=5.3.0

Since Jun 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/martinvium/seine)[ Packagist](https://packagist.org/packages/seine/seine)[ Docs](https://github.com/martinvium/seine/)[ RSS](/packages/seine-seine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Seine
=====

[](#seine)

[![Build Status](https://camo.githubusercontent.com/c2bab51dbd1941228e9a13caa6b3f87b07a1c934ac45b0b6c8667abcbb852fd0/68747470733a2f2f7472617669732d63692e6f72672f6d617274696e7669756d2f7365696e652e737667)](https://travis-ci.org/martinvium/seine)

Write spreadsheets of various formats to a stream

Low memory, high performance library for writing large spreadsheets in various standard formats. Only a small subset of features are included, which means row level styling and right now, no formulas either.

Memory: Everything is written to disk (stream), so memory overhead is pretty much zero. Speed: It's pretty damn fast! However because of the memory constraint, it's not mindblowing.

Stability
---------

[](#stability)

This library is ALPHA/BETA quality.

Dependencies
------------

[](#dependencies)

- PHP 5.3
- ZipArchive (only OOXML and you can create your own zip compressor, if you prefer another solution)

Writers
-------

[](#writers)

- Office Open XML Spreadsheet (.xlsx)
- Microsoft Excel 2003 XML (.xml)
- CSV (.csv)

Examples
--------

[](#examples)

Create a new document and close it after you done.

```
