# Google Spreadsheet

## 1. Select Google Spreadsheet Data Menu

Click '+' button next to 'Data Frames' and select 'Import Cloud Apps Data'.

![](/files/-M4oN0X39XzG_qmQv2-F)

Click 'Google Sheets'

![](/files/-M4oN98xMZoWA0l7F4hn)

## 2. OAuth Setting

Create a connection following [this instruction](https://blog.exploratory.io/how-to-setup-oauth-cloud-apps-connections-in-exploratory-a5c20d18e7c7).

## 3. Set Parameters

* Select a Drive if you have Shared Drives. If you don't have Shared Drives, it only shows defualt drive which is My Drive.
* Select Google Spreadsheet name from the dropdown menu
* Select Worksheet name from the dropdown menu
* Set parameters for how to read the data.

Now you can set below parameters:

1. First row as header - Set Yes if the first row is the header row.
2. Skip first N rows - Number of lines to skip before reading data
3. Timezone - Timezone you want to use for the POSIXct columns
4. Treat these as NA - Character vector of strings to interpret as missing values.

![](/files/-M4oN990HzGvKC9AyYPq)

## 4. Preview and Import

Click 'Get Data' button

If the data in the preview table look ok, then click 'Save' button to import the data into Exploratory.


---

# Agent Instructions: 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://docs.exploratory.io/data_import/cloud-apps-data/google-sheet.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.
