{
"name": "cso/excel2html",
"description": "Convert Excel-sheets to their equivalent HTML-table representation",
"autoload": {
"psr-4": {
"CSO\\Excel2Html\\": "src/",
"CSO\\Excel2Html\\Exceptions\\": "src/exceptions/"
}
},
"authors": [
{
"name": "Sebastian Lindemeier",
"email": "lindemeier.sebastian@creativesolutionsoffice.com"
}
],
"license": "MIT",
"require": {
"phpoffice/phpspreadsheet": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^11"
}
}