mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
docs(Spreadsheet File Node): Update descriptions and Alias (no-changelog) (#5357)
This commit is contained in:
parent
333a817a8e
commit
389e4af4d9
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": ["CSV", "Spreadsheet"],
|
||||
"alias": ["CSV", "Spreadsheet", "Excel", "xls", "xlsx", "ods"],
|
||||
"subcategories": {
|
||||
"Core Nodes": ["Files"]
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue