Skip to main content
Version: 0.4.0

ColumnDeleter

Input type: Sheet

Output type: Sheet

Description

Deletes columns from a Sheet. Column IDs of subsequent columns will be shifted accordingly, so there will be no gaps.

Example 1

 block MpgColumnDeleter oftype ColumnDeleter {
delete: [column B];
}

Deletes column B (i.e. the second column).

Properties

delete

Type Collection<CellRange>

Description

The columns to delete. Has to be a full column.