If you are looking for a convenient way to transfer data from Google Sheets into BigQuery, this article is for you. Learn how you can build BigQuery Tables with Google Sheets data.
We also have another article covering 3 ways to connect BigQuery to Google Sheets for building awesome reports so you can build visual reports on top of your corporate data, pivots, and charts in Sheets tables based on data from GBQ and how to avoid common 50,000-100,000 rows limitations, file sizes, or using CSV files.
Note*: This post was originally published in November 2019 and was completely updated in April 2025 for accuracy and comprehensiveness on the state of BigQuery, Google Sheets, and connector services in 2025.*
It’s difficult to find a marketer doing data analysis, a data professional, or any business spreadsheet user who doesn’t work with Google products. And, of course, one of the most common is Google Sheets.
It’s a free tool with numerous functions and built-in formulas, as well as smart access control management, making it very convenient to work with. You can create pivots and charts, use Google Docs as well, and seamlessly connect to Google Cloud storage. Additionally, the Google BigQuery connector plays a crucial role in integrating Google Sheets with BigQuery for data loading, enhancing its capabilities for both batch and real-time streaming.
Additionally, it’s likely the best spreadsheet tool available for collaboration with team members and other stakeholders, allowing for seamless interaction whenever and wherever needed.
Google Sheets is a very simple and convenient tool for anybody within a small company, as well as for a huge enterprise, to perform analysis. However, the use cases may differ.
If you don’t have a lot of information for analysis and the data you use is required by only a few team members, then it’s difficult to find a better tool to build, visualize, and share reports.
However, as the company grows and data volumes increase (including the use of data from different sources), spreadsheets are still the best tools for ad-hoc reporting, to analyze data, but it’s not suitable for storing the data (as sheet and cell range is getting to the point where PIVOT table populates slowly) or handling data preparations for reporting (like JOINs or VLOOKUPs) and that’s exactly where modern data warehouse would help you streamline the data processes.
At this point, you might need to implement a data warehouse solution, just like BigQuery. To upload data to BigQuery from Google Sheets, you can select 'Drive' as an option in the Create table menu. It is also important to use effective tools to import data from Google Sheets to BigQuery for seamless data integration.
Google BigQuery cloud storage allows you to collect data from different sources, process it in seconds using SQL queries, and build reports with any metrics you need avoiding any restrictions such as data sampling in GA4 or simply slow report processing time in Sheets.
It's one of the most popular relationship management database systems out there and definitely one of the most suitable for marketing and digital analytics. Why? Because of the native integrations with other Google products such as GA4, Google Ads, Search Console, and at the end of the day Google Chrome and Workspace Marketplaces with thousands of apps there.
Simply put, you don't need to waste time finding external pipelines if you don't want to. You have a lot of out-of-the-box Google BigQuery connectors made by Google.
Here are a few of the other benefits of storing and processing in BigQuery:
Integrating Google Sheets with BigQuery combines the familiarity of spreadsheets with the power of scalable analytics.
Let's look at some of the benefits for connecting Google Sheets to BigQuery:
Before connecting Google Sheets to BigQuery, users need to prepare their environment. This includes creating a Google Cloud project, enabling the BigQuery API, and setting up a BigQuery dataset. Users also need to ensure that they have the necessary permissions and access controls in place to manage their data.
Furthermore, users should familiarize themselves with the BigQuery data model and understand how to optimize their data for analysis. By taking these steps, users can ensure a smooth and successful integration of Google Sheets and BigQuery data connector.
If you want to use all the advanced analytics capabilities for marketing, finance, and any other industry, sooner or later, you’ll have a case when you need to transfer the data from Google Sheets to a data warehouse like BigQuery. To access Google Cloud services and manage resources, you will need a Google Cloud account.
To connect data stored in Google Sheets to BigQuery, you can use one of the following Sheets data connector methods.
Step 1: Install the extension from the Workspace Marketplace. You can type in BigQuery and just select the first one:
Step 2: Open a Google Sheet Spreadsheet you want to upload to BigQuery. (or upload a csv to Google Drive)
Step 3: Go to ‘Extensions' and select ‘OWOX BI BigQuery Reports' — ‘Upload data to BigQuery':
Note: If you are working with this extension for the first time, you'll need to select your GCP (Google Cloud Platform) Project ID.
Step 4: A new pop-up window opens. In the destination section - you need to select the project ID, and the dataset ID, and come up with a name for the table in which you want to load your single spreadsheet.
Note: If you need to create a new dataset first - you can do that in BigQuery UI.(You can find a detailed instruction about this below)
Step 5: Then, check the boxes for the columns you want to import.
Step 6: Next, we need to specify the data type for the fields. By default, every column has a ‘STRING', so you have to replace the types of data according to your business context.For example, for numeric identifiers, the type is ‘INTEGER' data type, for prices use the 'NUMERIC' data type or 'FLOAT', for dates - the 'DATE' data type, etc.
Step 7: Click Start Upload, and your document will be uploaded to BigQuery.
Note, when you reload data to the same table, you will see the message 'Table exists, choose write action': 'APPEND' or 'TRUNCATE'
Step 8: Great. Your Data is now Uploaded from Google Sheets to BigQuery table and you can click the link to check the ingested data in BigQuery UI right away.
Here are the top 4 reasons to choose OWOX BI BigQuery Reports Extension as a two-way Google Sheets to BigQuery connector:
Here are the 4 reasons to use OWOX BI as the BigQuery to Google Sheets Connector:
Step 1: Navigate to your BigQuery account: Open your BigQuery console.
Step 2: Open the drop-down menu at the top of the BigQuery interface where the project is specified. [Skip this if you have the project prepared]
Step 3: Click on the 'New Project' button and create a new project. [Skip this if you have the project prepared]
Step 4: Give your project a name, select Billing Account, desired location, and click 'Create'. [Skip this if you have the project prepared]
Step 5: Select 'SELECT PROJECT' on the screen.
Step 6: Click on 3 dots near your project ID and ‘Create Dataset' on the right-hand side of your screen.
Step 7: Name your dataset (e.g., ‘SheetsDemo’), select Location Type, and click 'Create dataset'.
Step 8: Find your dataset, click on it, and tap on ‘CREATE TABLE’.
Step 9: Enter a new table name (e.g., ‘SheetsDemoTable’, and where it says ‘Create new table from’ open the drop-down.
Step 10: Select ‘Drive’ option
Step 11: Grab the URL from your Google Drive Doc.
Step 12: Enter the Drive URI, and click on the drop-down for File Format.
Step 13: Select ‘Google Sheet’ as a File format.
Step 14: Specify the list and the cell range in Google Sheets to determine where the data comes from for the new table in BigQuery. Ignore the heading row when doing this.
Note: If you entered an incorrect cell range then you may get an unexpecteddata when you query your table or your query may fail to execute.
Step 15: Now it’s time to define a schema for your table based on your Google Sheets data types.
Step 16: Click on the "Add field" button to start defining the schema for your table.
Step 17: Input the name of your field, choose the data type, and add the field to the schema.
Step 18: Repeat the process of adding fields to complete the schema.
Step 19: Create the table by clicking the 'Create table' button.
Your table is created, now let’s check whether your data is successfully imported.
Step 20: Select the table and use the 'QUERY’ button to start querying.
Step 21: Write a SQL statement: SELECT * FROM {project_id.dataset_id.table_name} and click 'Run'
Step 22: Handle any errors; if necessary, adjust your table or schema and recreate the table.
Optional step 23: Save your query results by selecting 'SAVE RESULTS' and choosing the save option.
Step 24: Store the results in BigQuery by selecting a table and clicking 'Save'.
Step 25: Preview your saved data by clicking on the 'Preview' tab.
Google has updated its Sheets to BigQuery Connector from Sheets. It's now called Connected Sheets and is designed for anybody to upload Google Sheets to BigQuery tables
To upload the required data to BigQuery, you'll need to:
Step 1: Open the spreadsheet you want to upload into BigQuery.
Step 2: Click the Data menu, choose the Data connectors line, and click on Connect to BigQuery.
Step 3: Click Get Connected.
Step 4: Select a Google Cloud project ID with billing enabled and click on it.
(If you don't find any projects, you need to add one)
Step 5: Choose a dataset (including the public datasets).
Step 6: Choose a table or view and click Connect. (You can pick from any company table you have access to or from a public dataset).
Step 7: Now your data is connected. You now can create connected charts, pivot tables, and functions that work on the entire dataset or extract a subset of the raw data directly into Google Sheets.
Connected Sheets enables non-technical users to explore BigQuery data directly within Google Sheets, eliminating the need to write SQL queries.
Here are a few practical use cases for using Connected Sheets:
While Connected Sheets as a native Google Sheets connector offers a lot of advantages, there are notable challenges that users might encounter when using it:
These challenges highlight the need for users to carefully consider their needs of analyzing data, as well as BigQuery account capabilities before relying on the Sheets Connector as the primary method for integrating Google Sheets to BigQuery.
Strong data management is the backbone of accurate analysis and efficient collaboration. These best practices will help you maintain clean, structured, and secure data workflows across Google Sheets and BigQuery data.
In conclusion, connecting Google Sheets to BigQuery offers a powerful solution for data management. By leveraging the advanced analytics capabilities of BigQuery and the familiarity of Google Sheets, users can unlock new insights and make data-driven decisions with ease.
Whether you’re a business analyst, data scientist, or simply a user looking to gain more insights from your data, connecting Google Sheets to BigQuery is a step in the right direction. With Connected Sheets, you can analyze petabytes of data, create pivot tables and charts, and refresh your data in real-time, all within the familiar interface of Google Sheets.
Data transfer from Google Sheets to BigQuery can be accomplished through the Google Sheets to Bigquery Connector.
This involves selecting a data set in BigQuery, using the Create Table option, selecting Drive as the source, and specifying your sheet's URL.
Choose the appropriate file format and schema settings to complete the transfer.
Data transfer from Google Sheets to BigQuery can be accomplished through the Google Sheets to Google Bigquery Connector. This involves selecting a data set in BigQuery, using the "Create Table" option, selecting Google Drive as the source, and specifying your sheet's URL. Choose the appropriate file format and schema settings to complete the transfer.
To create a table in BigQuery from a Google Sheet, navigate to the BigQuery interface, select "Create Table" button, choose "Drive" as the source, and input the Google Sheet's URL. Select the file format as Google Sheets, configure the schema either manually or by auto-detection, and finalize by naming and creating the table.
Creating a dataset in Google BigQuery involves logging into the BigQuery console, selecting your project, and clicking "Create Dataset." You'll need to provide a unique dataset ID, choose a data location, and set data expiration terms if necessary. Once configured, click "Create Dataset" to finalize the setup.
To connect Spreadsheets to BigQuery, use the BigQuery Data Connector in Google Sheets.
Open your sheet, click on Data - Data Connectors - Connect to BigQuery and follow the prompts to select your BigQuery project and dataset.
Or use OWOX BI BigQuery Reports Extension to simplify the process. This also allows you to query BigQuery data directly from within Google Sheets.
You can connect Google BigQuery to Google Sheets in three ways:
Yes, the BigQuery Sheets Connector uses Google Cloud's secure authentication framework, ensuring that only authorized users can access sensitive data. Additionally, all imported data is encrypted both in transit and at rest for maximum security.
Go to the Extensions menu in Google Sheets, select Add-ons → Get Add-ons, search for “OWOX BI BigQuery Reports,” and click Install. It will appear under the Extensions menu once added.
It’s a tool that enables you to directly pull data from BigQuery into Google Sheets for reporting, analysis, and dashboarding.