lucianoes / yii2-export
Excel, Word, PDF
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 13
Type:yii2-extension
Requires
- mpdf/mpdf: ^7.1
- phpoffice/phpspreadsheet: ^1.4.1
- yiisoft/yii2: *
README
Export to All Formats (pdf, docx, doc, odt, odf, xls, xlsx, ppt, pptx) With Yii 2.0 plus import from .xls or .xlsx
Based on work of Hafid Mukhlasin in hscstudio/yii2-export. Thanks!
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist lucianoes/yii2-export "*"
or add
"lucianoes/yii2-export": "*"
to the require section of your composer.json
file.
Usage
see example in templates folder
Technology Behind Us
- Yii Framework 2.0,
- TinyButStrong,
- Phpspreadsheet and
- MPDF
How to Contribute
This tools is an OpenSource project so your contribution is very welcome.
In order to get started:
- Install this in your local (read installation section)
- Clone this repository.
- Check README.md.
- Send pull requests.
Aside from contributing via pull requests you may submit issues.