# google workspace

Published articles for google workspace.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Switching from Microsoft 365 to Google is unlikely to deliver significant savings, Gartner says

DevFeed: [Switching from Microsoft 365 to Google is unlikely to deliver significant savings, Gartner says](<https://devfeed.tech/articles/most-people-who-quit-m365-for-google-do-it-out-of-spite-but-there-s-no-roi-in-that-26625.md>)

Original publisher: [Read original article](<https://www.theregister.com/saas/2026/09/15/most-people-who-quit-m365-for-google-do-it-out-of-spite-but-theres-no-roi-in-that/5296460>)

Author: Simon Sharwood

Published: 2026-09-15T07:23:34Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai-and-ml](<https://devfeed.tech/tags/ai-and-ml.md>), [alternatives](<https://devfeed.tech/tags/alternatives.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [gartner](<https://devfeed.tech/tags/gartner.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [google-workspace](<https://devfeed.tech/tags/google-workspace.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [microsoft-365](<https://devfeed.tech/tags/microsoft-365.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

The article reports that organizations switching from Microsoft 365 to Google are unlikely to save much money, according to Gartner.

### Source excerpt

Nor are you likely to save much by making the move, says Gartner

## Building a ChatGPT Add-On for Google Workspace: Integration Challenges and Lessons Learned

DevFeed: [Building a ChatGPT Add-On for Google Workspace: Integration Challenges and Lessons Learned](<https://devfeed.tech/articles/overcoming-the-hurdle-of-unformatted-input-what-i-learned-from-building-a-chatgpt-add-on-for-35648.md>)

Original publisher: [Read original article](<https://engineering.klarna.com/building-a-chatgpt-add-on-my-journey-to-streamlined-communication-in-google-workspace-60e73ec00084?source=rss----86090d14ab52---4>)

Author: Mikael Wulfcrona

Published: 2023-10-16T09:50:38Z

Content type: opinion

Language: en

Sources: [Klarna Engineering](<https://devfeed.tech/sources/klarna-engineering.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Google Apps Script](<https://devfeed.tech/topics/google-apps-script.md>), [Google](<https://devfeed.tech/topics/google.md>), [API](<https://devfeed.tech/topics/api.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [api](<https://devfeed.tech/tags/api.md>), [challenges](<https://devfeed.tech/tags/challenges.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [google-workspace](<https://devfeed.tech/tags/google-workspace.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [limit](<https://devfeed.tech/tags/limit.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The author describes building a Google Workspace add-on that integrates ChatGPT for textual interactions with data in Google Sheets. The main challenges included extracting text across Google Workspace, ChatGPT's token limit, the 60-second execution limit for Google add-ons, and handling raw spreadsheet data.

### Source excerpt

Overcoming the Hurdle of Unformatted Input: What I Learned From Building a ChatGPT Add-On for Google Workspace While ChatGPT is an incredibly powerful language model, it still struggles with unformatted input. As a tech nerd and passionate data scientist, I recently embarked on a journey to create an add-on for Google Workspace that could seamlessly interact with data stored in Sheets. Follow along as I share some of the main challenges, learnings, and solutions that eventually allowed me to integrate ChatGPT into Google's productivity tools for textual interactions. Unleashing the Potential of ChatGPT I was one of many people who was very impressed with the early versions of ChatGPT, released at the end of last year. Its capability to generate human-like responses fascinated me. However, I struggled to integrate it into my daily work. Having to switch tabs and copy-pasting text from different documents kept me away from really adopting this new tool. Determined to overcome this hurdle, I dove into the world of Google Workspace add-ons. You know where the work with text actually happens. Armed with enthusiasm and basic JavaScript knowledge, I got into building my first add-on. Having never built an add-on before, I forked Google's own example repo and started working. Working with the Google API As I delved into the project, I realized integrating ChatGPT via API calls was relatively straightforward. OpenAI provided excellent documentation, and Google Apps Script offered built-in features to make API calls. The main challenges, actually, laid on the Google side. Extracting text from different apps within the Google Workspace ecosystem initially baffled me. I spent hours unraveling the intricacies of the Google API, determined to find a way to seamlessly access and manipulate data. Overcoming GPT's Limitations with Raw Data in Google Sheets As I progressed, I encountered more roadblocks. Firstly, the infamous token limit. Some document were quite long and simply not