yiiman/yii-lib-excel
Composer 安装命令:
composer require yiiman/yii-lib-excel
包简介
Simple library for parse and manipulate excel files
README 文档
README
Yii2 Excel Functions and class based PHPExcel package
Install
composer require yiiman/yii-lib-excel
Usage
Create component from YiiMan\YiiLibExcel\Excel class
Create Component In Yii2
'components'=> [ 'excel'=>[ 'class'=>\YiiMan\YiiLibExcel\Excel::class ] ];
Yii::$app->excel ->loadFile(__DIR__.'/list.xlsx') ->freezeFirstRow() ->setValue(1,2,'Hello excel') ->saveAndGetFilePath();
统计信息
- 总下载量: 1.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2024-01-27