Hello!
I'd like my project to have the ability to write and read from an active Google Sheets spreadsheet.
In simple terms I'd like the following: User inputs get stored in a column in one google spreadsheet. Then, I'd like Construct to reference the same google sheet to call cells in the same sheet.
I've been using the following tutorials to try and accomplish this:
For sending data to Sheets: construct.net/en/tutorials/sending-data-from-construct-23-to-google-spreadsheet-1447
- This one works like a charm, no issues at all getting data from construct into Google Sheets.
For retrieving data from Sheets, into Construct 3: construct.net/en/tutorials/create-online-database-with-google-spreadsheet-1373
- This is where I get stuck. For this tutorial, you need to publish the google sheet as a CSV first. The problem is that I need to publish the document from Google Sheets, there's no way that I know of to publish from Construct after the game data has been imported into sheets. And if I publish to a CSV file first, then I can no longer edit the spreadsheet from in-game to load new data.
Is there a way to use Google Sheets in the way that I want to?
I found a previous forum post from several years ago that described copying data from one sheet in google sheets to another, so that one could be published while still using the other one, but they did not describe how they were able to do that from Construct.
If there's anyone that knows how to do this, or could help me figure it out, I would be very much appreciative.
Thank you!!