Download the PHP package sunmoon/yii2-phpspreadsheet without Composer

On this page you can find all versions of the php package sunmoon/yii2-phpspreadsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yii2-phpspreadsheet

说明

Yii2 处理 Excel 文件, 修改自moonlandsoft/yii2-phpexcel

修改项:

1. 由于phpoffice/phpexcel已经弃用,更新为phpoffice/phpspreadsheet
2. 导出文件后退出脚本导致程序后续代码无法执行的问题
3. 增加按行读取excel的功能 1.0.8
4. 提供获取文件总行的的功能 1.0.8
5. 修复 BUG : 分页导入数据时,读取第二页时,无法获取第一行的数据作为数组的键值
6. 增加配置项 storeFile ,作为临时储存第一行的数据作为键值,默认为null
7. 增加配置项 dropKeysRow true/false,读取第一页的数据时,是否作为数组键值的行从数组中丢弃,默认为false
8. 增加验证功能,readEndRow不能小于readStartRow

安装

  1. 安装包文件

使用

  1. 代码中使用参见 moonlandsoft/yii2-phpexcel

  2. 如何按行读取excel

  3. 如何按行读取excel的总行数

其他

  1. 从phpexcel迁移到phpspreadsheet的注意事项,migration-from-PHPExcel

License

The MIT License (MIT). Please see License File for more information.


All versions of yii2-phpspreadsheet with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ^2.0.15
phpoffice/phpspreadsheet Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sunmoon/yii2-phpspreadsheet contains the following files

Loading the files please wait ....