UNPKG
excel-export-impr
Version:
latest (0.4.1)
0.4.1
0.4.0
Data set export to Excel xlsx file (Hyperlinks support)
Grievoushead/Node-Excel-Export
excel-export-impr
/
example
/
package.json
11 lines
•
227 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"Excel-export"
,
"description"
:
"Node Excel Export test app"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"dependencies"
:
{
"express"
:
"3.x"
,
"node-zip"
:
"1.x"
,
"excel-export-impr"
:
"0.4.1"
}
}