docs(Spreadsheet File Node): Update descriptions and Alias (no-changelog) (#5357)

This commit is contained in:
Giulio Andreini
2023-02-08 13:39:07 +01:00
committed by GitHub
parent 333a817a8e
commit 389e4af4d9
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
}
]
},
"alias": ["CSV", "Spreadsheet"],
"alias": ["CSV", "Spreadsheet", "Excel", "xls", "xlsx", "ods"],
"subcategories": {
"Core Nodes": ["Files"]
}

View File

@@ -45,7 +45,7 @@ export class SpreadsheetFile implements INodeType {
icon: 'fa:table',
group: ['transform'],
version: 1,
description: 'Reads and writes data from a spreadsheet file',
description: 'Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc',
defaults: {
name: 'Spreadsheet File',
color: '#2244FF',