Google Sheets Limits
Last updated: July 12, 2026
Forms2sheet writes through your Google account. Google’s quotas and sheet limits still apply and can affect reliability at scale.
API quotas
Google Sheets API enforces per-project and per-user request quotas. Bursts of submissions can hit 429 responses. Forms2sheet will retry and may queue writes, but sustained over-quota traffic will delay delivery.
Row and cell limits
A spreadsheet has practical limits (on the order of millions of cells). Very large sheets become slower to open and update. Prefer rolling sheets (monthly tabs) for high-volume forms.
Performance implications
- Wide rows (many columns) increase write cost
- Complex formulas on append ranges slow sheets
- Shared drives and permissions can add latency
Recommended usage
- Keep schemas lean — only columns you need
- Rotate to a new sheet/tab when approaching large size
- Use CAPTCHA + domains to cut junk traffic before it hits Google
- For analytics-heavy workloads, consider exporting periodically