I'm using an array object to hold all the data about how the objects in my game act. Instead of entering the data into the array inside the code I would like to work out a way to go from a google spreadsheet to a file that I can load with the AJAX object, and then load into the array object. I know it sounds like alot, but for the number of different object types I plan to have, I would much rather have the object data setup in a spreadsheet to make it easier to work with.
My intention is to deploy as a desktop application using NW.js