Reputation: 1
I have a leaderboard in Google Sheets that I would like to automatically upload to a WordPress webpage. Are there any ways I can automate this process?
Upvotes: 0
Views: 347
Reputation: 4038
You can use publish to web option on Google Sheets and then embed your Sheet file (with your leader-board data) to your WordPress web page by referring to the section Embed files on the steps for Embed a document, spreadsheet, or presentation.
Similarly, you may also refer to WordPress' official steps for Embedding sheets from Google Docs to WordPress.
Lastly, to ensure that whenever you update the sheet file, the embedded sheet data also updates automatically on your WordPress site, you may want to double check the "Automatically republish when changes are made" checkbox before publishing, as seen here:
Upvotes: 0