UNPKG

xlsx-script

Version:

一个通过指令控制、可编程的xlsx模板类库。

30 lines (29 loc) 556 B
{ "name": "xlsx-script", "version": "1.0.1", "description": "一个通过指令控制、可编程的xlsx模板类库。", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/458253584/xlsx-script.git" }, "exports": { ".": "./src/index.mjs" }, "keywords": [ "excel", "xlsx", "template" ], "author": "rohol", "license": "MIT", "files": [ "src" ], "dependencies": { "exceljs": "^4.3.0" } }