blob: 255d78e804ae5a8eb32ece33589e475553ba9644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "viest/xlswriter",
"type": "php-ext",
"license": "BSD-2-Clause",
"description": "xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
"require": {
"php": ">= 7.0"
},
"php-ext": {
"extension-name": "xlswriter",
"download-url-method": "pre-packaged-source"
}
}
|