Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 483 Bytes

File metadata and controls

24 lines (12 loc) · 483 Bytes

excel2json frontend web app

excel2json frontend web app build with create-react-app, surge page: https://tidy-month.surge.sh/

backend repository: https://github.com/devtoni/excel2json-api

how to

Features

  • Upload an excel file with extension xls or xlsx
  • Drag or click to add a file
  • Convert the file to Json and download it to your local machine

To run locally after install dependencies:

npm start