Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Parameters

Input parameters  

NameDescription
Context The action context for working with an Excel document
Start cell column name The column name of the start cell (beginning of the range) from which the area will be set.
Start cell column indexThe column index of the starting cell (range start) from which the area will be set.
Start cell rowThe row of the starting cell (start of the range) from which the area will be set.
End cell column nameThe column name of the end cell (end of range) to which the area to be copied will be set.
End cell column indexThe column index of the end cell (end of range) to which the area to be copied will be set.
End cell rowThe end cell row (end of range) to which the area to be copied will be set.
Skip hiddenBoolean variable.
HeadingIf true, the first row of the table will be highlighted separately as a header and will not be included in the table content rows.
Remove duplicate headerIf true, indexes will be added to the same column names in the header of the resulting table.

Output parameters

Result Variable to which the range data will be written

...