File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is a tool that helps to build an excel from a json and it depends only on ` xlsx ` library
4
4
5
+ You can see a live example of it working on any of this sites (there are many just in case):
6
+
7
+ - [ export-json-as-xlsx.vercel.app] ( https://export-json-as-xlsx.vercel.app )
8
+
5
9
## Usage
6
10
7
11
``` js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " export-json-as-xlsx" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"typings" : " dist/index.d.ts" ,
8
8
"description" : " Create excel xlsx file from json" ,
9
9
"author" :
" Aleksandr Kritskii <[email protected] >" ,
10
- "homepage" : " https://kritskii-a.github.io " ,
10
+ "homepage" : " https://export-json-as-xlsx.vercel.app " ,
11
11
"type" : " commonjs" ,
12
12
"private" : false ,
13
13
"scripts" : {
You can’t perform that action at this time.
0 commit comments