I have a google worksheet that is constantly being added to via a google form. I am trying to use gspread to take the content provided by the form and transfer it to a separate spreadsheet. The problem I have run into is selecting all the cells that have content, as in they are non-blank. Ideally I would like to only grab the new content, but I thought just grabbing the entire sheet may be easier to start with.
Is there any way to accomplish this with gspread?