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 22
33This is a tool that helps to build an excel from a json and it depends only on ` xlsx ` library
44
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+
59## Usage
610
711``` js
Original file line number Diff line number Diff line change 11{
22 "name" : " export-json-as-xlsx" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "license" : " MIT" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "typings" : " dist/index.d.ts" ,
88 "description" : " Create excel xlsx file from json" ,
99 "author" : " Aleksandr Kritskii <kritskii-a@bk.ru>" ,
10- "homepage" : " https://kritskii-a.github.io " ,
10+ "homepage" : " https://export-json-as-xlsx.vercel.app " ,
1111 "type" : " commonjs" ,
1212 "private" : false ,
1313 "scripts" : {
You can’t perform that action at this time.
0 commit comments