Importing Google Sheets

I was working on a game in Godot and decided to switch to this platform. My game is more like a quiz or card game. Is there a way to import my questions/cards from google sheets into Gdevelop? I have over 200 rows. I really don’t want to retype it all. I know you can do this in Godot. Any help would be greatly appreciated.

Can you use Firebase, maybe?

You can use a tool like

to export your game data to a JSON file. Take the .json file into your project directory, and use the “Load JSON resource to scene variable” extension. It will do exactly what the name implies and you’ll be able to use your data from sheets as a GDevelop variable.