angular-js-xlsx
Version:
An angular directive to read XLSX / XLSM / XLSB / XLS / SpreadsheetML (Excel Spreadsheet)
39 lines (38 loc) • 706 B
JSON
{
"name": "angular-js-xlsx",
"version": "0.0.2",
"homepage": "https://github.com/brexis/angular-js-xlsx",
"authors": [
"Boris KOUMONDJI <brexis2009@yahoo.fr>"
],
"description": "An angular directive to read XLSX / XLSM / XLSB / XLS / SpreadsheetML (Excel Spreadsheet)",
"main": [
"angular-js-xlsx.js"
],
"moduleType": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"js-xlsx": "~0.8.0",
"angular": "~1.4.8"
},
"keywords": [
"excel",
"xls",
"xml",
"xlsx",
"xlsm",
"xlsb",
"ods",
"js-xls",
"js-xlsx",
"angular",
"directive"
]
}