nikookherad/spreadsheet
最新稳定版本:v1.1.0
Composer 安装命令:
composer require nikookherad/spreadsheet
包简介
This service is for easy work with Excel files
关键字:
README 文档
README
Summery:
This service is for easy work with Excel files
Notice: This service needs PhpOffice\PhpSpreadsheet package
This service has six methods that can be used in a chain
- Purify method: Takes from you the Excel file's address:
$excelFile=Excel\Excel::purify(string $excelFileStoragePath,string $extension = null);
and other methods come after that
$excelFileRows=$excelFile->rows(): array; list($head,$rows)=$excelFile->read(): array; $records=$excelFile->records(): array; $excelFilesRowsJustFirstRow=$excelFile->header(): array; $excelFilesRowsWithoutFirstRow=$excelFile->body(): array;
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-11