Skip to content

Commit

Permalink
added example
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Kritskii committed Jul 20, 2023
1 parent 7c21968 commit b447748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a tool that helps to build an excel from a json and it depends only on `xlsx` library

You can see a live example of it working on any of this sites (there are many just in case):

- [export-json-as-xlsx.vercel.app](https://export-json-as-xlsx.vercel.app)

## Usage

```js
Expand Down
4 changes: 2 additions & 2 deletions packages/main-library/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "export-json-as-xlsx",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"description": "Create excel xlsx file from json",
"author": "Aleksandr Kritskii <kritskii-a@bk.ru>",
"homepage": "https://kritskii-a.github.io",
"homepage": "https://export-json-as-xlsx.vercel.app",
"type": "commonjs",
"private": false,
"scripts": {
Expand Down

0 comments on commit b447748

Please sign in to comment.