n8n/packages/nodes-base/nodes/SpreadsheetFile/SpreadsheetFile.node.json
Michael Kret 18623c7376
feat(Microsoft Excel 365 Node): Alias update (no-changelog) (#7659)
Github issue / Community forum post (link here to close automatically):
2023-11-09 16:56:59 +02:00

25 lines
662 B
JSON

{
"node": "n8n-nodes-base.spreadsheetFile",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Data & Storage", "Core Nodes"],
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.spreadsheetfile/"
}
],
"generic": [
{
"label": "Build your own virtual assistant with n8n: A step by step guide",
"icon": "👦",
"url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/"
}
]
},
"alias": ["_Excel", "Excel", "CSV", "Sheet", "Spreadsheet", "xls", "xlsx", "ods"],
"subcategories": {
"Core Nodes": ["Files"]
}
}