Skip to main content

2 posts tagged with "Office Add-ins"

Office Add-in development tips and tricks

View All Tags

Python for Excel Code Editor

· 3 min read

We're excited to announce a major update to our Python for Excel add-in that makes it easier than ever to create Excel LAMBDA functions from Python code. The new code editor provides a familiar VS Code-like experience right inside Excel, with features like syntax highlighting, function management, and integrated testing.

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.