add xlswriter support

This commit is contained in:
crazywhalecc
2023-06-02 21:40:17 +08:00
parent dcb3d91610
commit aa9ec6e50e
3 changed files with 36 additions and 0 deletions

View File

@@ -367,6 +367,15 @@
"tokenizer": {
"type": "builtin"
},
"xlswriter": {
"type": "external",
"source": "xlswriter",
"arg-type": "custom",
"ext-depends": [
"zlib",
"zip"
]
},
"xml": {
"type": "builtin",
"arg-type": "custom",