Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update limitations #21354

Merged
merged 1 commit into from
Jan 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/integrations/destinations/google-sheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ Please be aware of the [Google Spreadsheet limitations](#limitations) before you

### <a name="limitations"></a>Google Sheets Limitations

During the upload process and from the data storage perspective there are some limitations that should be considered beforehands:
During the upload process and from the data storage perspective there are some limitations that should be considered beforehand as [determined by Google here](https://support.google.com/drive/answer/37603):

- **Maximum of 5 Million Cells**
- **Maximum of 10 Million Cells**

A Google Sheets document can have a maximum of 5 million cells. These can be in a single worksheet or in multiple sheets.
In case you already have the 5 million limit reached in fewer columns, it will not allow you to add more columns (and vice versa, i.e., if 5 million cells limit is reached with a certain number of rows, it will not allow more rows).
A Google Sheets document can have a maximum of 10 million cells. These can be in a single worksheet or in multiple sheets.
In case you already have the 10 million limit reached in fewer columns, it will not allow you to add more columns (and vice versa, i.e., if 10 million cells limit is reached with a certain number of rows, it will not allow more rows).

- **Maximum of 18,278 Columns**

Expand Down