feat(Microsoft Excel 365 Node): Alias update (no-changelog) (#7659)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Michael Kret
2023-11-09 16:56:59 +02:00
committed by GitHub
parent 9fd6319583
commit 18623c7376
3 changed files with 3 additions and 3 deletions

View File

@@ -91,5 +91,5 @@
}
]
},
"alias": ["CSV", "Spreadsheet", "GS"]
"alias": ["CSV", "Sheet", "Spreadsheet", "GS"]
}

View File

@@ -15,5 +15,5 @@
}
]
},
"alias": ["CSV", "Spreadsheet"]
"alias": ["_Excel", "Excel", "Sheet", "CSV", "Spreadsheet"]
}

View File

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