Skip to content
Luis Marroquin edited this page Dec 8, 2022 · 2 revisions

Welcome to the json-as-xlsx wiki!

How can you use this NPM package

cd Downloads
yarn create react-app example-app --template typescript
cd example-app
yarn add json-as-xlsx
code .
yarn start

Then replace your local ~/Downloads/example-app/src/App.tsx with:

Clone this wiki locally