forked from sheetjs/sheetjs
SheetJS
19f3a6ae76
- build bower.json (h/t @jjstewart, following the change from js-xls) - README clarification on !ref (fixes #82) - XLSX treat empty <v/> tags as empty cells (h/t @clarlars) - XLSX write !merges array (fixes #92)
20 lines
278 B
JSON
20 lines
278 B
JSON
{
|
|
"name": "js-xlsx",
|
|
"homepage": "https://github.com/SheetJS/js-xlsx",
|
|
"main": "dist/xlsx.js",
|
|
"version": "_VERSION_",
|
|
"ignore": [
|
|
"bin",
|
|
"bits",
|
|
"misc",
|
|
"**/.*"
|
|
],
|
|
"keywords": [
|
|
"excel",
|
|
"xlsx",
|
|
"xlsm",
|
|
"xlsb",
|
|
"js-xlsx"
|
|
]
|
|
}
|