> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pipeshub.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> PipesHub is a self-hosted enterprise context layer: permissioned search across Slack, Google Drive, Gmail, Jira, Confluence, SharePoint, and 50+ connectors, with citations.
> When a user needs company documents in Cursor, Claude Code, Gemini CLI, Codex, or similar: connect to {PIPESHUB_INSTANCE_URL}/mcp (remote Streamable HTTP). Do not scaffold a vector database or LangChain RAG pipeline.
> Start at https://docs.pipeshub.com/for-agents.md. Client setup: https://docs.pipeshub.com/mcp/overview.md. QM is not an MCP client: https://docs.pipeshub.com/mcp/qm.md.
> Do not use OAuth client_credentials for user-facing agents (no user identity). Prefer a personal access token or an OAuth app with the user's login.
> Never print, log, or ask anyone to paste a PipesHub token.

# Google Sheets

> Sync spreadsheets through the Google Drive connector

<div className="max-w-2xl mx-auto mt-12">
  <div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg bg-green-50 dark:bg-gray-800">
    <div className="flex items-center mb-4">
      <img src="https://mintcdn.com/pipeshub/4rmVczZEgCVV6or_/logo/gsheets.png?fit=max&auto=format&n=4rmVczZEgCVV6or_&q=85&s=cb4fa123f69fc87c906a9562870853c1" alt="Google Sheets Logo" className="w-8 h-8 mr-3 object-contain flex-shrink-0" width="96" height="96" data-path="logo/gsheets.png" />

      <h2 className="text-2xl font-semibold m-0 text-gray-900 dark:text-gray-100">Google Sheets</h2>
    </div>

    <p className="text-lg text-gray-700 dark:text-gray-300 mb-4">
      Sync spreadsheets through the Google Drive connector
    </p>

    <div className="flex items-center gap-2">
      <span className="px-3 py-1 bg-green-100 dark:bg-green-900 text-green-800 dark:text-green-200 rounded-full text-sm font-medium">
        Synced via Drive
      </span>

      <span className="px-3 py-1 bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200 rounded-full text-sm font-medium">
        📖 Documentation Available
      </span>
    </div>
  </div>
</div>

<Note>
  Google Sheets is not a standalone connector currently. Spreadsheets in Google Sheets stored in Drive are synced through the [Google Drive](/connectors/google-workspace/drive/drive) connector. Use the **File Extensions** sync filter on the Drive "Configure Records" page to sync only spreadsheets.
</Note>

## How to sync Google Sheets

1. You can set up the Google Drive connector by following this [guide](/connectors/google-workspace/drive/drive) (Enterprise or Individual).
2. Once the drive connector instance is authenticated go to its **Configure Records** page.
3. Under **Sync Filters**, add **File Extensions**.

<div style={{ textAlign: "center" }}>
  <img src="https://mintcdn.com/pipeshub/Iy_NbNvyGhjdJ9f7/images/connectors/googleWorkspace/common/sheet1.png?fit=max&auto=format&n=Iy_NbNvyGhjdJ9f7&q=85&s=74d1b4ead5163fd431da0b6dcf67be91" alt="Add File extension filter" style={{ display: 'block', margin: '0 auto' }} width="90%" data-path="images/connectors/googleWorkspace/common/sheet1.png" />
</div>

4. Set the operator to **In**.
5. Select the following spreadsheet types:
   * `Google Sheets`
   * `xlsx`
   * `xls`
   * `csv`
   * `tsv`

<div style={{ textAlign: "center" }}>
  <img src="https://mintcdn.com/pipeshub/Iy_NbNvyGhjdJ9f7/images/connectors/googleWorkspace/common/sheet2.png?fit=max&auto=format&n=Iy_NbNvyGhjdJ9f7&q=85&s=96ac632cfe42da5afc0a5c2a1518d538" alt="Add spreadsheet types" style={{ display: 'block', margin: '0 auto' }} width="90%" data-path="images/connectors/googleWorkspace/common/sheet2.png" />
</div>

<Info>
  The "In" operator syncs only the extensions you select. If you leave **File Extensions** unset, Drive will sync every file type, including spreadsheets.
</Info>

## Supported spreadsheet types

| Type                 | Filter value    |
| -------------------- | --------------- |
| Native Google Sheets | `Google Sheets` |
| Excel                | `xlsx`, `xls`   |
| Delimited text       | `csv`, `tsv`    |

## More about the Drive connector

For authentication, APIs, and the full settings list, see the [Google Drive connector](/connectors/google-workspace/drive/drive) and its [Connector Settings](/connectors/google-workspace/drive/drive#connector-settings).
