fix(Microsoft Excel 365 Node): Upsert append new rows at the end of used range, option to append at the end of selected range (#8461)

This commit is contained in:
Michael Kret
2024-02-01 10:46:34 +00:00
committed by GitHub
parent 3128dca1fa
commit 1e02d73ad7
3 changed files with 55 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export const versionDescription: INodeTypeDescription = {
name: 'microsoftExcel',
icon: 'file:excel.svg',
group: ['input'],
version: 2,
version: [2, 2.1],
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume Microsoft Excel API',
defaults: {