webnuvola/excel-reader
最新稳定版本:v3.2.0
Composer 安装命令:
composer require webnuvola/excel-reader
包简介
Read spreadsheet files (CSV, XLSX and ODS) using OpenSpout and return data in array format
README 文档
README
Read spreadsheet files (CSV, XLSX and ODS) using openspout/openspout and return data in array format.
Installation
You can install the package via composer:
composer require webnuvola/excel-reader
Usage
$excel = \Webnuvola\ExcelReader\ExcelReader::createFromPath(__DIR__.'/excel-file.xlsx') ->read(); $excel = \Webnuvola\ExcelReader\ExcelReader::createFromString($content, 'xlsx') ->read();
Testing
composer test
Upgrade Guide
From v2 to v3
This version drops support for php 7.4 and adds support for php 8.2.
The openspout/openspout library is updated to ^4.9.
From v1 to v2
Library box/spout is replaced with openspout/openspout, there are no breaking changes.
If you are using box/spout outside this library, please refer to openspout/openspout upgrade guide.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-19