6 Star 47 Fork 3

xuri / excelize-wasm

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 1.47 KB
Copy Edit Raw Blame History
xuri authored 2024-03-30 11:24 . Bump version v0.0.6
{
"name": "excelize-wasm",
"version": "0.0.6",
"description": "A pure WebAssembly / Javascript port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files",
"author": "xuri <xuri.me@gmail.com>",
"homepage": "https://xuri.me/excelize",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"bugs": {
"url": "https://github.com/xuri/excelize-wasm/issues",
"email": "xuri.me@gmail.com"
},
"license": "BSD-3-Clause",
"type": "module",
"main": "main.cjs",
"module": "main.js",
"files": [
"excelize.wasm.gz",
"index.d.ts",
"index.js",
"main.cjs",
"main.js"
],
"types": "index.d.ts",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/xuri/excelize-wasm.git"
},
"funding": {
"type": "individual",
"url": "https://www.paypal.com/paypalme/xuri"
},
"keywords": [
"data-science",
"ecma-376",
"excel",
"excelize",
"formula",
"go",
"golang",
"microsoft",
"office",
"ole",
"ooxml",
"openoffice",
"openxml",
"spreadsheet",
"statistics analytics",
"vba",
"visualization",
"wasm",
"webassembly",
"wps",
"xlsm",
"xlsx",
"xltm",
"xltx",
"xml",
"zip"
],
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"pako": "2.1.0",
"rollup": "4.12.1"
}
}
JavaScript
1
https://gitee.com/xurime/excelize-wasm.git
git@gitee.com:xurime/excelize-wasm.git
xurime
excelize-wasm
excelize-wasm
main

Search