Interface ISheetRangeUpdate

Used when the ISheetRange arguments want to be used as a single parameter. The notable use-case is in the WorkbookConstructor

interface ISheetRangeUpdate {
    options?: SetCellOptions;
    values: RangeUpdateValue;
}

Properties

Properties

options?: SetCellOptions

Additional options see

Set Cell Options

The values to update. These can spill outside of the range. If they are smaller than the range they will be repeated.