You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
296 B
23 lines
296 B
2 months ago
|
{
|
||
|
"name": "js-xlsx",
|
||
|
"homepage": "https://github.com/SheetJS/js-xlsx",
|
||
|
"main": ["xlsx.js"],
|
||
|
"ignore": [
|
||
|
"bin",
|
||
|
"bits",
|
||
|
"misc",
|
||
|
"**/.*"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"excel",
|
||
|
"xls",
|
||
|
"xml",
|
||
|
"xlsx",
|
||
|
"xlsm",
|
||
|
"xlsb",
|
||
|
"ods",
|
||
|
"js-xls",
|
||
|
"js-xlsx"
|
||
|
]
|
||
|
}
|