forked from sheetjs/sheetjs
SheetJS
61d2e55cc6
- ODS hooks + very basic parser (ods.js) - handle implicit row/col spec (h/t @EarlJS, see http://git.io/2lwOuA)
21 lines
289 B
JSON
21 lines
289 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",
|
|
"ods",
|
|
"js-xlsx"
|
|
]
|
|
}
|