2 repositorios
Writing custom spreadsheet functions that behave like built-in formulas and can be called from cells.
Distinct from Script Function Registration: Distinct from general Script Function Registration: specifically targets spreadsheet environments like Google Sheets, not arbitrary scripting hosts.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Spreadsheet Function Definitions. Refine with filters or upvote what's useful.
clasp is a command-line interface for managing Google Apps Script projects, enabling developers to create, sync, and deploy scripts from a local development environment. It provides an alternative to the cloud-based script editor, allowing version control, offline editing, and integration with standard development workflows. The tool supports TypeScript transpilation, so developers can write type-annotated code that compiles to JavaScript for the Apps Script runtime. Authentication is handled via OAuth 2.0, and users can synchronize local files with remote projects using ignore patterns simil
Enables writing custom spreadsheet functions that behave like built-in formulas and can be called from cells.
This repository is a comprehensive sample library providing reference implementations for automating tasks and extending functionality across Google Workspace applications. It serves as a collection of code examples and templates for building workspace automation scripts, custom add-ons, and integrated productivity tools. The project distinguishes itself by providing specialized examples for integrating large language models into productivity tools for content generation and data analysis. It also includes reference implementations for creating conversational chat apps, interactive cards, and
Implements custom spreadsheet functions that accept arguments and return values in cells.