You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Default format for numbers in Google Sheets includes commas.
Example 13,544 will not convert into an int field.
This will work with float fields though.
It would be great if BakingSheet supported this, so we dont need to change the format in the Google Sheet.