8
n8n 中文网amn8n.com

AI Excel公式机器人副本

中级

这是一个Personal Productivity, AI Chatbot领域的自动化工作流,包含 9 个节点。主要使用 Set, Code, Switch, Webhook, Agent 等节点。 使用DeepSeek AI生成并解释Excel/Google Sheets公式

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "TBvLMoXcyfXr0I3D",
  "meta": {
    "instanceId": "5d70afe618ac8247c5a41a94ab5e7c10b707e0cfb80b2b7f8b9fa734be55d9a3",
    "templateCredsSetupCompleted": true
  },
  "name": "aiexcelformularbot 副本",
  "tags": [],
  "nodes": [
    {
      "id": "efe0798f-0ae5-4815-bbad-dd86c7eddf04",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -500,
        40
      ],
      "webhookId": "b05f1f13-f137-400c-a58b-9592bb3e7660",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7176b4d2-1dbc-46d2-b6ef-4827b712cb8d",
      "name": "响应 Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        740,
        20
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "c33ae905-20e8-4697-83f9-af47335e413a",
      "name": "OpenRouter 聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -60,
        -160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1cd47f62-bf48-4335-9d4c-df66eb30450b",
      "name": "检测意图",
      "type": "n8n-nodes-base.set",
      "position": [
        -280,
        40
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "4c5aecf2-2058-4efc-b551-4ec360994615",
      "name": "意图切换",
      "type": "n8n-nodes-base.switch",
      "position": [
        -60,
        40
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "9151553c-5fa6-4667-8e04-47b8c80779bb",
      "name": "生成公式",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        160,
        -100
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2b905f82-a78b-4c57-a905-dcb4e16391e9",
      "name": "解释公式",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        160,
        120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3d66f914-aa61-4a2a-abae-bfedb88ae685",
      "name": "OpenRouter 聊天模型1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -20,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5d63edd7-24c0-4603-8d6c-3fa7764633f9",
      "name": "代码",
      "type": "n8n-nodes-base.code",
      "position": [
        540,
        20
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "3c65c7f3-aeee-43ad-8bb6-de3b6b7199f5",
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Detect Intent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Detect Intent": {
      "main": [
        [
          {
            "node": "Intent Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Intent Switch": {
      "main": [
        [
          {
            "node": "Generate Formula",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Explain Formula",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Explain Formula": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Formula": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Generate Formula",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Explain Formula",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 个人效率, AI 聊天机器人

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型7
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Gerald Denor

Gerald Denor

@dominixai

Gerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies. Website: https://dominixai.com JobMonkey: https://trafficabc.com/jobmonkey-application-generator/

外部链接
在 n8n.io 查看

分享此工作流