Skip to content

Commit b447748

Browse files
author
Aleksandr Kritskii
committed
added example
1 parent 7c21968 commit b447748

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This 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

packages/main-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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 <[email protected]>",
10-
"homepage": "https://kritskii-a.github.io",
10+
"homepage": "https://export-json-as-xlsx.vercel.app",
1111
"type": "commonjs",
1212
"private": false,
1313
"scripts": {

0 commit comments

Comments
 (0)