Download the PHP package antwebstudio/yii2-export without Composer
On this page you can find all versions of the php package antwebstudio/yii2-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download antwebstudio/yii2-export
More information about antwebstudio/yii2-export
Files in antwebstudio/yii2-export
Package yii2-export
Short Description Just another yii2 export menu component.
License BSD-3-Clause
Homepage https://github.com/ericmaicon/yii2-export
Informations about the package yii2-export
Just another Yii2 Export Widget for Yii2
The main purpose of this library is not replace kartik-v/yii2-export. Kartik's one has a lot of features not implemented on this one.
This is a new yii2-export widget wrote from the scratch to improve performance.
The idea of this one appeared when PHPExcel doesn't fit to generate large excel files in a fast way. The first feature was dispatch reports to be generated in queues.
Not enough, another feature was replace PHPExcel with spout, successfully reducing the time consuming.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json
file.
Usage
Using with the Grid:
To use Kartik's grid you will need to override renderExport method:
Stand-alone use:
Another configurations:
Queue
Target
Filename
Export Footer
Options
Dropdown Options
Dropdown Items
Selected Option
Testing
What is missing?
- PDF, HTML and TXT export options
- Confirm Alert
- Column selectors
- Store file
- Events
- Internationalization
All versions of yii2-export with dependencies
yiisoft/yii2 Version ^2.0.7
yiisoft/yii2-bootstrap Version ^2.0.5
pda/pheanstalk Version ^3.1
videlalvaro/php-amqplib Version 2.2.*