Part of the WITI Google Workspace Suite by Sanadidari SARL
AI-powered Google Sheets add-on that automates repetitive tasks, generates scripts on demand, and executes complex spreadsheet operations through natural language instructions.
- Natural language → Apps Script code generation via Gemini 2.5
- Multi-model fallback (gemini-2.5-flash → gemini-2.5-pro → gemini-2.0-flash → ...)
- Credit-based usage system per user
- Sidebar UI with task history
Google Apps Script · Google Gemini API · HTML Service · PropertiesService
- Open the Google Sheets add-on editor and paste
Code.gs - Run
setupApiKey()from the Apps Script editor - Enter your Gemini API key when prompted
- Reload the sheet — the ⚡ AutoScript AI menu will appear
API keys are stored via PropertiesService.getScriptProperties() — never hardcoded.
Built by Samir Chatwiti · Sanadidari SARL