Skip to main content

2 posts tagged with "Google Sheets"

Google Sheets features and tips

View All Tags

GOOGLETRANSLATE for Excel

· 2 min read

This post explores a GOOGLETRANSLATE function for Excel that brings Google Sheets' translation capabilities to Excel. Unlike the Google Sheets version, this implementation translates text locally on your computer using machine learning models, ensuring your data stays private without requiring any API calls or external services.

Creating a Web Worker with Google Apps Script

· 3 min read

Learn how to create a web worker with Google Apps Script to enable background processing while keeping the UI responsive. This guide covers the inline worker pattern, which allows you to serve worker code directly from your Google Apps Script project and take advantage of module workers for ESM-only libraries.