Hey all,
I’m building my product around the workflow of a fairly complex finance spreadsheet (20+ tabs). The spreadsheet collects a lot of numerical data from a central form and feeds that data into various other sheets to preform multiple sales and management functions.
I’ve got a good understanding of how I can go about structuring this in bubble, but wanted to explore other options vs. hardcoding the entire function of the spreadsheet into the app. I’ve looked a bit into google sheets api but it seems with the large amount of data that needs to be collected in my spreadsheet, that the cost of using the API would be problematic?
Overall, I believe I would be looking for a cost effective method for reading and writing to the already existing spreadsheet vs hardcoding the functions.
Any insight here is greatly appreciated!