| 123456789101112131415161718192021 |
- {
- "name": "jianyan74/php-excel",
- "description": "php excel 导入导出",
- "keywords": ["excel", "csv", "xlsx", "xls", "html", "jianyan74"],
- "license": "MIT",
- "authors": [
- {
- "name": "jianyan74"
- }
- ],
- "type": "extension",
- "require": {
- "php": ">=7.0",
- "phpoffice/phpspreadsheet": "^1.3"
- },
- "autoload": {
- "psr-4": {
- "jianyan\\excel\\": "./src"
- }
- }
- }
|