@analyz/excel
Version:
Convert table to excel based on npm package 'xlsx'
49 lines • 1.08 kB
JSON
{
"name": "@analyz/excel",
"version": "0.1.3",
"description": "Convert table to excel based on npm package 'xlsx'",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vect/object-mapper": "^0.8.6",
"xlsx": "^0.18.5",
"@analyz/crostab": "^0.1.3",
"@analyz/csv": "^0.1.3",
"@analyz/table": "^0.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/analyz.git"
},
"keywords": [
"table",
"xlsx",
"crostab",
"cross-table",
"pivot",
"pivotal",
"analyse",
"analytics",
"business intelligence"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/analyz"
},
"homepage": "https://github.com/hoyeungw/analyz#readme",
"gitHead": "25741a60101aa28261133de365bcfd032cb351de",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/excel.select.test.js"
}
}