Skip to main content
Version: 0.0.16

CellRangeSelector

Input type: Sheet

Output type: Sheet

Description

Selects a subset of a Sheet to produce a new Sheet.

Example 1

block CarsCoreDataSelector oftype CellRangeSelector {
select: range A1:E*;
}

Selects the cells in the given range and produces a new Sheet containing only the selected cells.

Properties

select

Type cellRange

Description

The cell range to select.

Example 1

select: range A1:E*

Select cells from A1 to the last cell of column E.