> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/integrations/sheetbridge-for-google-sheets.md).

# SheetBridge for Google Sheets

\
\&#xNAN;*スキルレベル: 中級*

#### **はじめに** <a href="#introduction" id="introduction"></a>

SheetBridgeは、既存のGoogleスプレッドシートをRESTful APIエンドポイントに変換する強力な統合ツールであり、Adaloを使用したネイティブモバイルアプリやウェブアプリの構築をシームレスにします。SheetBridgeを使用することで、スプレッドシートのデータが、完全に機能するアプリの基盤となります。コードは不要です。技術的な専門知識を必要とする手動のAPI統合とは異なり、SheetBridgeはスプレッドシートの構造を自動的に検出し、Adalo内にデータベースコレクションを作成し、シートとアプリ間の双方向同期を維持します。これは、どちらかの場所で行われた変更がもう一方に自動的に更新されることを意味し、チームが好む方法で作業できる柔軟性を提供します。GoogleスプレッドシートをAdaloアプリに接続するための手順は以下の通りです。

* [接続に向けてGoogleスプレッドシートを準備](/ja/integrations/sheetbridge-for-google-sheets/prepare-your-google-sheet-for-sheetbridge.md)
* [Sheetbridgeを使用してGoogleスプレッドシートをAdaloに接続](/ja/integrations/sheetbridge-for-google-sheets/connect-a-google-sheet-to-adalo-with-sheetbridge.md)
* GoogleスプレッドシートとAdalo間で[CRUD操作](/ja/integrations/sheetbridge-for-google-sheets/create-update-and-delete-rows-with-sheetbridge-crud.md)や[並べ替え、フィルタリング](/ja/integrations/sheetbridge-for-google-sheets/sort-and-filter-your-sheetbridge-data.md)を実行

***

#### **開始前の準備** <a href="#before-you-begin" id="before-you-begin"></a>

* SheetBridgeを使用するには、Professional、Team、またはBusinessプランを利用している必要があります。
* 接続したいGoogleスプレッドシートへのアクセス権（使用するGoogleアカウントに、ファイルの閲覧および編集の権限があること）が必要です。
* 列のヘッダー（列名）はユニークな（固有の）名前にする必要があります。列名が重複していると、データが失われる原因となります。
* SheetBridgeは、行を一意に識別するために、各シート内にシステム管理の「sheetbridge\_id」列を作成します。**この列を編集したり削除したりしないでください。**
* 書き込み操作（作成/更新/削除）は、本番環境ではキューに投入され非同期で行われるため、新しく作成または更新されたデータの表示に遅延が生じる場合があります。

***

#### **SheetBridgeでできること** <a href="#what-you-can-do-with-sheetbridge" id="what-you-can-do-with-sheetbridge"></a>

* CSVをインポートすることなく、既存のスプレッドシートをアプリのデータベースとして使用する。
* すでにスプレッドシートでデータを管理しているチームのために、Googleスプレッドシートを「信頼できる唯一の情報源（Source of Truth）」として維持する。
* ライブ（リアルタイム）のスプレッドシートデータに基づいて、ワークフロー（フォーム、承認、社内ツール）を構築する。

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/ja/integrations/sheetbridge-for-google-sheets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
