I have an issue where we populate a blank spreadsheet for the user, they input some data, then click a button to submit it. We then use the toJSON method on the spreadsheet to send the data to our API to parse and save. However, if the user enters some data then doesn't tab (or click out of) that cell that they entered the data in, it isn't being sent with the other data.