PHPackages                             jstudioo/spreadsheet - 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. jstudioo/spreadsheet

ActiveYii2-extension[PDF &amp; Document Generation](/categories/documents)

jstudioo/spreadsheet
====================

Spreadsheet for yii2

1.0.6(6y ago)01BSD-3-ClausePHP

Since Feb 13Pushed 6y agoCompare

[ Source](https://github.com/jstudioo/spreadsheet)[ Packagist](https://packagist.org/packages/jstudioo/spreadsheet)[ RSS](/packages/jstudioo-spreadsheet/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (2)Versions (8)Used By (0)

 [ ![](https://avatars2.githubusercontent.com/u/12951949) ](https://github.com/jstudioo)

Spreadsheet Data Export extension for Yii2
==========================================

[](#spreadsheet-data-export-extension-for-yii2)

This extension provides ability to export data to spreadsheet, e.g. Excel, LibreOffice etc.

For license information check the [LICENSE](LICENSE.md)-file.

[![Latest Stable Version](https://camo.githubusercontent.com/d6c46a24f2f6830f36fdac40115efa1d05124b70ed8a3c5dc23bb064ba70da10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a73747564696f6f2f73707265616473686565742e737667)](https://packagist.org/packages/jstudioo/spreadsheet)[![Total Downloads](https://camo.githubusercontent.com/ef0174f0193107b48779b8b0732c6a93f532a113629b50549c56023c41c6f6a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a73747564696f6f2f73707265616473686565742e737667)](https://packagist.org/packages/jstudioo/spreadsheet)[![Build Status](https://camo.githubusercontent.com/470210c69174079a75d0035cf6396565e618a473c6506b8f2564d6929ec255bb/68747470733a2f2f7472617669732d63692e6f72672f6a73747564696f6f2f73707265616473686565742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jstudioo/spreadsheet)

Usage
-----

[](#usage)

This extension provides ability to export data to a spreadsheet, e.g. Excel, LibreOffice etc. It is powered by [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) library. Export is performed via `\jstudioo\spreadsheet\Spreadsheet` instance, which provides interface similar to `\yii\grid\GridView` widget.

Example:

```
