
I'm having a bit of trouble with the latest project of mine. I've got a Google spreadsheet that has a list of names of my co-workers, along with some information about them. The aim of the project was to make my app read the Google spreadsheet and put the data into a table. After a lot of testing it out, I finally got it working (woohoo!), but there's one slight issue. I'm using put url with my spreadsheet's ID, and I found that for some reason, out of the many lines of code of the spreadsheet, that line 73 has the contents of the table. So I've got line 73 in my app and it works and everything, but the only issue is that for some reason, it only picks up 100 rows, and I've got much more than 100 rows in the spreadsheet



Thanks in advanced, and hoping to get this app up and running soon!