CellMindAI is an advanced Google Sheets integration that allows you to process and analyze your spreadsheet data using Claude AI. Turn your cells into intelligent insights with prompt-based analysis and multi-step prompt chains.
How to Loom Video of this CellMindAI
- Seamless Google Sheets Integration: Add AI capabilities directly in your spreadsheets
- Smart Data Analysis: Process your spreadsheet data with natural language prompts
- Prompt Chains: Build multi-step analyses where each step builds on previous results
- Flexible Data Referencing: Reference data across different sheets and ranges
- No-Code Solution: Use without any programming knowledge
- Fallback Mode: Works even if the library connection fails
- Go to Google Apps Script
- Create a new project and name it "CellMindAILib"
- Delete the default code in
Code.gsand paste the entire library code fromCellMindAILib.js - Save the project
- Go to "Deploy" > "New deployment"
- Select "Library" as deployment type
- Enter a description (e.g., "Initial version") and click "Deploy"
- Copy the Script ID that appears
- Open your Google Sheet
- Go to Extensions > Apps Script
- Paste the code from
CellMindAIClient.js - In the left sidebar, click on "Libraries" (+)
- Enter the Script ID you copied in Step 1
- Set the Identifier to exactly "CellMindAILib" (case sensitive)
- Select the latest version
- Click "Add"
- Save and refresh your spreadsheet
If you prefer a simpler setup without library dependencies:
- Open your Google Sheet
- Go to Extensions > Apps Script
- Copy all the code from
CellMindAIStandalone.js(not included in this repository) - Save and refresh your spreadsheet
- After installation, you'll see a "CellMindAI" menu in your Google Sheet
- Click "CellMindAI" > "Configure API Key" to set up your Anthropic API key
- Click "CellMindAI" > "Process with CellMindAI" to analyze your data
- Enter your prompt, specify the data range, and choose whether to include headers
- The results will appear in a new sheet
For complex, multi-step analyses:
- Click "CellMindAI" > "Execute Prompt Chain" > "YES" to create a template
- Fill out the template with:
- Prompts for each step of your analysis
- Data ranges for each step (can be different sheets/ranges)
- Whether to include previous results in each step
- Click "CellMindAI" > "Execute Prompt Chain" > "NO" to run your chain
- View the complete results in a new sheet
You can reference your data in several ways:
- Simple range:
A1:D10 - Another sheet:
Sales!A1:F20 - Named range:
MonthlyStats
If you encounter issues:
- Click "CellMindAI" > "Run Diagnostics" to check the integration status
- Ensure your API key is correctly configured
- Check that data ranges are valid
- If using library mode, verify the library is correctly linked
- A Google account with access to Google Sheets
- An Anthropic API key (Claude AI)
- Chrome browser (recommended)
MIT License
Copyright (c) 2025 CellMindAI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.