Data Overview

Coupler.io's Google Sheets integration pulls data directly from your spreadsheets via the Google Sheets API. You select a spreadsheet, one or more sheets, and a data range — Coupler.io reads the cells and exports them row by row to your destination.

What data is exported

When you export a Google Sheets source, each row in the spreadsheet becomes a row in your destination. The first row of the selected range is treated as the header row (column names). All subsequent rows are data rows.

Column
Description

(your columns)

All columns from the first row of the selected range become output column names

Sheet Name

Added automatically when exporting multiple sheets — identifies which sheet each row came from

circle-info

Column names are taken from the first row of each sheet's selected range. If the first row is empty or contains merged cells, column names may be missing or duplicated. Clean up header rows in the source spreadsheet before connecting.

Configuration options

Spreadsheet

Select the Google Sheets file to export from. The file picker shows spreadsheets accessible to the connected Google account from Google Drive.

Sheets

Choose one or more sheets (tabs) to export from the selected spreadsheet:

  • Single sheet — exports data from one tab only

  • Multiple sheets — exports data from all selected tabs; rows are stitched together by matching column headers, and a Sheet Name column is added to identify the source tab

  • Regex pattern — instead of selecting sheets manually, enter a regular expression to match sheet names dynamically

circle-info

When merging multiple sheets, columns are matched by name. Sheets with different column structures will produce rows with empty cells in columns that don't exist in that sheet.

Regex sheet name patterns

Instead of selecting sheets by name, you can enter a regex pattern to match sheets automatically. This is useful when new sheets are added regularly (e.g., monthly sales tabs). Common patterns:

Pattern
Matches

.*

All sheets in the spreadsheet

Sales 202.+

Sales 2020, Sales 2021, Sales 2026, etc.

.*Q[1-4] 2025.*

Any sheet containing Q1–Q4 2025

Report.+

Any sheet whose name starts with "Report"

.*summary

Any sheet whose name ends with "summary"

circle-exclamation

Range

Set the data range to export from each sheet. Examples:

Range
Behavior

A:Z

All columns A through Z, all existing rows (including new rows added later)

A1:Z9

Fixed range: columns A–Z, rows 1–9 only

A1:Z

Columns A–Z, from row 1 to the last row with data

1:1

First row only (useful for exporting headers to check column names)

B2:E

Columns B–E, starting from row 2 (skips the first row)

circle-info

Use open-ended ranges like A:Z or A1:Z to automatically capture new rows added to the sheet over time. Static ranges like A1:Z9 only export the specified rows and will miss any data added below row 9.

Use cases by role

Use Google Sheets as a source to move operational data (project trackers, inventory logs, task lists) maintained in spreadsheets into a database or BI tool. Schedule daily exports so downstream tools always reflect the latest spreadsheet state without manual uploads.

circle-exclamation

Platform-specific notes

  • Header row required — The first row of the range must contain column names. Coupler.io uses this row as the schema. If there is no header row, data will be misinterpreted.

  • Empty rows are skipped — Rows where all cells are empty are skipped during export.

  • Data types are inferred — Numbers, dates, and booleans are exported with their cell values. Dates in non-standard custom formats (e.g., 2025-01-12 (Mon)) may be imported as text — see Common Issues for fixes.

  • Large spreadsheets may time out — Sheets with hundreds of thousands of rows or many heavy formulas can exceed the 9-minute import timeout. See Common Issues for guidance.

  • Formula cells export their computed values — Coupler.io reads the cell value, not the formula. =SUM(A1:A10) exports as the numeric result.

  • Merged cells export the value of the top-left cell — Other cells in the merged region export as empty.

  • Google Drive permissions required — The connected Google account must have at least Viewer access to the spreadsheet. Spreadsheets restricted to specific users or domains will only be accessible if the connected account is included.

Last updated

Was this helpful?