Download the PHP package arogachev/yii2-excel without Composer
On this page you can find all versions of the php package arogachev/yii2-excel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arogachev/yii2-excel
More information about arogachev/yii2-excel
Files in arogachev/yii2-excel
Download arogachev/yii2-excel
More information about arogachev/yii2-excel
Files in arogachev/yii2-excel
Vendor arogachev
Package yii2-excel
Short Description ActiveRecord import and export based on PHPExcel for Yii 2 framework
License BSD-3-Clause
Homepage https://github.com/arogachev/yii2-excel
Package yii2-excel
Short Description ActiveRecord import and export based on PHPExcel for Yii 2 framework
License BSD-3-Clause
Homepage https://github.com/arogachev/yii2-excel
Please rate this library. Is it a good library?
Informations about the package yii2-excel
Yii 2 Excel
ActiveRecord import and export based on PHPExcel for Yii 2 framework.
This library is mainly designed to import data, export is in the raw condition (even it's working in basic form), under development and not documented yet.
The important notes:
- It uses ActiveRecord models and PHPExcel library, so operating big data requires pretty good hardware, especially RAM. In case of memory shortage I can advise splitting data into smaller chunks.
- This is not just a wrapper on some PHPExcel methods, it's a tool helping import data from Excel in human readable form with minimal configuration.
- This is designed for periodical import.
- The library is more effective when working with multiple related models and complex data structures.
- Installation
- Import Basics
- Basic import
- Advanced import
- Running import
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Running import
All versions of yii2-excel with dependencies
PHP Build Version
Package Version
The package arogachev/yii2-excel contains the following files
Loading the files please wait ....