{
    "name": "yidas/phpspreadsheet-helper",
    "description": "PHP Excel Helper - Write and read Spreadsheet with easy way based on PhpSpreadsheet",
    "keywords": ["PhpSpreadsheet", "PHPExcel", "php", "excel", "sheet", "PhpSpreadsheet helper"],
    "homepage": "https://github.com/yidas/phpspreadsheet-helper",
    "type": "library",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/yidas/phpspreadsheet-helper/issues",
        "source": "https://github.com/yidas/phpspreadsheet-helper"
    },
    "minimum-stability": "stable",
    "require": {
        "phpoffice/phpspreadsheet": "^1.1.0"
    },
    "autoload": {
        "classmap": ["src/phpSpreadsheet"]
    }
}
