1 Star 0 Fork 0

宇泰/php-excel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2022-05-08 23:18 . 优化
{
"name": "xin/excel",
"description": "基于 PhpSpreadsheet 封装的轻量级快速实现表格的导入导出的类库。",
"type": "library",
"authors": [
{
"name": "晋",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"require": {
"php": ">=7.1.9",
"xin/support": "^1.0",
"xin/capsule": "^1.0",
"phpoffice/phpspreadsheet": "^1.23"
},
"autoload": {
"psr-4": {
"Xin\\Excel\\": "src/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuxiaojinla/php-excel.git
[email protected]:liuxiaojinla/php-excel.git
liuxiaojinla
php-excel
php-excel
master

搜索帮助