forked from sheetjs/sheetjs
SheetJS
91266af9aa
Fixes #13. Google Docs does not emit worksheet information, and furthermore does not follow the sheet order as prescribed in the `[Content-Types].xml` metadata. This workaround forces it to treat the sheet list in Workbook as the map to the files `xl/worksheets/sheet##.xml` even though the rIds are different.
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "xlsx",
|
|
"version": "0.1.3",
|
|
"author": "Niggler",
|
|
"description": "(one day) a full-featured XLSX parser and writer. For now, primitive parser",
|
|
"keywords": [
|
|
"xlsx", "office", "excel", "spreadsheet"
|
|
],
|
|
"bin": {
|
|
"xlsx2csv": "./bin/xlsx2csv.njs"
|
|
},
|
|
"main": "./xlsx",
|
|
"repository": {
|
|
"type":"git",
|
|
"url": "git://github.com/Niggler/js-xlsx.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Niggler/js-xlsx/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
}
|