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
- The
service-worker.jsandmanifest.jsonfiles are in thepublicfolder. - You should update the icons in
/public/images/icons - For an offline experience edit the
/public/offline.htmlfile. - This PWA is installable, the
/public/scripts/install.jsfile has the install configuration. You should change the app name in thelogAppInstalledfunction.
Note: This template was made following this tutorial
To create an optimised version of the app:
npm run build