Skip to content

Commit c409372

Browse files
author
Ber-lin Lai
committed
put in repository info
1 parent 14db9dd commit c409372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# excel-export #
22

3-
A simple module for exporting data set to Excel xlsx file.
3+
A simple node.js module for exporting data set to Excel xlsx file.
44

55
## Using excel-export ##
66
Setup configuration object before passing in the execute method. **cols** is an array for column definition. Column definition should have caption and type properties. Supported valid types are string, date, bool and number. **rows** is the data to be export. It is an Array of Array (row). Each row should be the same length of cols.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "mocha test/main"
88
},
9-
"repository": "",
9+
"repository": "https://github.com/functionscope/Node-Excel-Export",
1010
"keywords": [
1111
"Excel",
1212
"xlsx"

0 commit comments

Comments
 (0)