Benefit from a large and continuously growing list of supported IT Systems and Apps.
Google Sheets Integration with Office 365, SharePoint and 150+
Google Sheets data can be integrated and synchronized codeless with various external systems, on premises or in the cloud, using the Layer2 Cloud Connector Enterprise Edition.
Learn on this page how the data integration of Google Sheets is working with the Layer2 Cloud Connector Enterprise Edition by using the step-by-step screenshot tutorial and reading our important advice and frequently asked questions. Make use of the benefits and features of this data integration tool by trying it out yourself: Free Trial Registration
How it works
In fact, you only need to do the 5 following steps to get your Google Sheets data integration started.
- Setup your connection as required: one-way or two-way
- Setup your data source, in this case Google Sheets database.
- Setup your data target – for example a Microsoft SharePoint list or library.
- Setup mapping. Take a look at your configurations for a final check.
- Start your project!
Google Sheets step-by-step data integration via the Layer2 Cloud Connector
Use this step-by-step-introduction to get through the whole product and data integration configuration easily. Some steps require a copy-paste task of code snippets. Please follow the recommendations in this introduction closely.
Before you can proceed with the configuration, please be aware that
- You need an API Account for anabling your desired APIs. To create an account, please visit the Google Developers Page: https://developers.google.com/
- If you need help with setting up a Google Account and API, you will find a guideline very soon on our FAQs Pages.
Specific Connection String for your Google Sheets integration
Please copy and paste this connection string into the designated field like described inStep 2.5 of the step-by-introduction above.
InitiateOAuth=true;SpreadSheet="YOUR_SPREADSHEET_NAME";
The SpreadSheet parameter in the Connection String refers to the name of your spreadsheet. In the Select Statement you must also set the name of the table you want to get the data: SPREADSHEETNAME_TABLENAME
Select * FROM "TABLE_NAME"
BENEFITS OF USING THE LAYER2 CLOUD CONNECTOR FOr DATA INTEGRATION
Known issues and workarounds
Please take into account our advice and known limitations
- If you are installing more APIs from Google, install it all first and then restart your machine. After a new API installation, you may have to restart the machine to get the entries correct and runnable for the PowerShell-Script.
- In older versions of the Layer2 Cloud Connector (7.8 -7.20) Pop-ups don’t work anymore. If you try to connect to the Google API’s you will get a 500 Error, once the API needs the confirmation from the user account. The "Preview Data" functionality is not working automatically in this szenario in the versions (7.8 -7.20). You can make it work, if you bypass the authentication through the pop-up. Here is a PowerShell script workaround for the preview data functionality for your Google Analytics data integration.
Ready to go next steps?