将JSON文件导出到Google Sheets
初级
这是一个Building Blocks领域的自动化工作流,包含 3 个节点。主要使用 GoogleSheets, MoveBinaryData, ReadBinaryFile 等节点。 将JSON文件导出到Google Sheets
前置要求
- •Google Sheets API 凭证
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"name": "Google Sheets1",
"type": "n8n-nodes-base.googleSheets",
"notes": "Append data to sheet",
"position": [
980,
-120
],
"parameters": {
"range": "A:C",
"options": {
"usePathForKeyRow": true
},
"sheetId": "qwertz",
"operation": "append",
"authentication": "oAuth2"
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "2",
"name": "google_sheets_oauth"
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"name": "读取 JSON 文件",
"type": "n8n-nodes-base.readBinaryFile",
"position": [
620,
-120
],
"parameters": {
"filePath": "/username/users_spreadsheet.json"
},
"typeVersion": 1
},
{
"name": "移动二进制数据 2",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
800,
-120
],
"parameters": {
"options": {}
},
"typeVersion": 1
}
],
"connections": {
"read json file": {
"main": [
[
{
"node": "move binary data 2",
"type": "main",
"index": 0
}
]
]
},
"move binary data 2": {
"main": [
[
{
"node": "Google Sheets1",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
云存储音频文件转录
转录云存储中的音频文件
Set
Wait
Aws S3
+3
8 节点Lorena
构建模块
Typeform 反馈工作流
筛选 Typeform 反馈并存储至 Google Sheets
If
Set
Google Sheets
+1
5 节点Lorena
销售
将新收到的电子邮件作为新行添加到Google Sheets电子表格中。
将新收到的电子邮件作为新行添加到Google Sheets电子表格中
Gmail Trigger
Google Sheets
4 节点WeblineIndia
其他
将图片从JPG/PNG转换为WebP
使用APYHub和Google Drive自动优化图片:将JPG/PNG转换为WebP
Set
Code
Switch
+5
12 节点Davide
其他
自动剪辑 – 自动生成视频剪辑并上传到YouTube
使用FFmpeg自动创建并上传包含泰语引文的YouTube视频
Set
Code
Merge
+7
23 节点Jaruphat J.
产品
使用 Icypeas 批量验证 Google Sheet 中的电子邮件
使用 Icypeas 批量验证 Google Sheet 中的电子邮件
Code
Http Request
Google Sheets
+2
8 节点Corentin Ribeyre
销售