Collection of App Scripts for Google Drive documents and sheets.
Provides a custom function DEEPSEEK for Google Sheets to query the DeepSeek AI API. It includes a menu to set the API key.
Contains the OPENAI_CHAT custom function to interact with OpenAI's chat completions endpoint (gpt-3.5-turbo) from Google Sheets.
Counts words in a Google Doc, and has a function to find and highlight specific words, updating a Google Sheet with the counts.
Automatically generates a clickable Table of Contents (TOC) in a Google Doc from existing bookmarks.
Provides custom functions GOOGLEMAPSLAT and GOOGLEMAPSLONG to get latitude and longitude for a location using the Google Maps Geocoding API.
Includes custom functions (GMAPS_getWebsite, GMAPS_getPhone, GMAPS_getAddress, GMAPS_getImage) to fetch place details from the Google Maps Places API.
Adds a menu item to remove line breaks from a user-specified column in a Google Sheet.
Resets the width of all columns in the active Google Sheet to the default value (100 pixels).
Fetches, aggregates, and sorts RSS feeds from multiple sources, populating a Google Sheet with the data.
Reads data from a Google Sheet, filters for open tasks, and sends an email summary.
Creates a web app that displays data from a Google Sheet in an HTML table.