n8n-nodes-sheet-ai
v1.0.0
Published
n8n node for Sheet AI spreadsheet generation
Downloads
9
Maintainers
Readme
Sheet AI n8n Node
This is an n8n node for Sheet AI, a free AI-powered platform that creates Excel spreadsheets from text descriptions.
Installation
Install n8n globally (if not already installed):
npm install n8n -gClone or download this repository
Install dependencies:
cd n8n-node-sheet-ai npm installBuild the node:
npm run buildLink the node to n8n:
npm link cd /path/to/n8n/installation npm link n8n-nodes-sheet-ai
Usage
Start your Sheet AI server:
cd /path/to/sheet-ai node server.jsStart n8n:
n8nIn n8n, add the "Sheet AI" node to your workflow
Configure the node with:
- A description of the data you want in your spreadsheet
- An optional filename
- The URL of your Sheet AI server (default: http://localhost:3000)
Execute the workflow to generate your spreadsheet
Features
- Free: Completely free to use with no subscription required
- Natural Language Processing: Describe your data needs in plain language
- Flexible Output: Generates professionally formatted Excel (.xlsx) files
- Customizable: Specify custom filenames for your spreadsheets
Requirements
- Node.js >= 14.x
- n8n >= 0.200.0
- Sheet AI server running (included in this repository)
License
MIT
