An easy way to put your Google Spreadsheet data into your own Web App. Convert it into a Web App by loading the spreadsheet content into a insteractive table where users can sort and search any content with automatic pagination.
The web app is a PWA (Progressive Web App) This means users can easily install the application on their desktop or mobile devices. No need to upload your app to an App Store, but, if you want, use pwabuilder.com to pack it for Windows Store, Google Play or Play Store.
First you need to be sure your Google Sheets content is public so we can fetch the data (Note that you will keep private editing capabilities, but anyone will be able to see the published data).
Steps to make your Google Spreadsheet public:
Configuration: settings.json content When you open settings.json, you will find something like this:
{ "title": "Write here the main tittle", "subtitle": "Write here a subtitle", "sheet": "Put here your Google Spreadsheet document URL", "rows": 15, "export": true, "searchable": true, "lang": "en-US" } Just replace each field with the desired value, save the file and it will be ready to upload to your web hosting service!
IMPORTANT: A web server is necessary in order to run the app.
Developed with VisualNEO Web.