File tree 2 files changed +43
-1
lines changed
2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
1
# JavaScript-Excel
2
- A lightweight library to build excel with power of JavaScript
2
+ A lightweight Excel file build API built with :heart : , powered by ` JavaScript `
3
+
4
+ [ ![ npm version] ( https://badge.fury.io/js/javascript-excel.svg )] ( https://badge.fury.io/js/javascript-excel )
5
+ [ ![ dependencies Status] ( https://david-dm.org/securedeveloper/javascript-excel/status.svg )] ( https://david-dm.org/securedeveloper/javascript-excel )
6
+ [ ![ devDependencies Status] ( https://david-dm.org/securedeveloper/javascript-excel/dev-status.svg )] ( https://david-dm.org/securedeveloper/javascript-excel?type=dev )
7
+ [ ![ CircleCI] ( https://circleci.com/gh/securedeveloper/javascript-excel.svg?style=svg )] ( https://circleci.com/gh/securedeveloper/javascript-excel )
8
+ [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/securedeveloper/javascript-excel/badge.svg?targetFile=package.json )] ( https://snyk.io/test/github/securedeveloper/javascript-excel?targetFile=package.json )
9
+ [ ![ codecov] ( https://codecov.io/gh/securedeveloper/javascript-excel/branch/master/graph/badge.svg )] ( https://codecov.io/gh/securedeveloper/javascript-excel )
10
+
11
+ ## Installation
12
+
13
+ With [ npm] ( https://www.npmjs.org/package/javascript-excel ) :
14
+
15
+ ``` sh
16
+ npm install javascript-excel --save
17
+ ```
18
+
Original file line number Diff line number Diff line change
1
+ codecov :
2
+ notify :
3
+ require_ci_to_pass : yes
4
+
5
+ coverage :
6
+ precision : 2
7
+ round : down
8
+ range : " 70...100"
9
+
10
+ status :
11
+ project : yes
12
+ patch : yes
13
+ changes : no
14
+
15
+ parsers :
16
+ gcov :
17
+ branch_detection :
18
+ conditional : yes
19
+ loop : yes
20
+ method : no
21
+ macro : no
22
+
23
+ comment :
24
+ layout : " header, diff"
25
+ behavior : default
26
+ require_changes : no
You can’t perform that action at this time.
0 commit comments