/sheet-to-json

This simple tool is a PWA which converts .xls and .xlsx files to JSON format. That's it! That's all it does.

Primary LanguageSvelte


Sheet to JSON

This simple tool converts .xls and .xlsx files to JSON format. That's it!

Features:-

  • Progressive Web App
  • Pure CSS
  • Super cool 😁

Using library, https://github.com/DiegoZoracKy/convert-excel-to-json

PWA Configuration

  • The service-worker.js and manifest.json files are in the public folder.
  • You should update the icons in /public/images/icons
  • For an offline experience edit the /public/offline.html file.
  • This PWA is installable, the /public/scripts/install.js file has the install configuration. You should change the app name in the logAppInstalled function.

Note: This template was made following this tutorial

Building and running in production mode

To create an optimised version of the app:

npm run build

Have a nice day.