Interface CopyCellsAdjustments

Options to skip coping some of the values. Setting true to all of these will result in nothing being copied. Setting true to all but value will be a logic copyContentsOnly.

interface CopyCellsAdjustments {
    skipComments?: boolean;
    skipFormula?: boolean;
    skipNumberFormat?: boolean;
    skipStyle?: boolean;
    skipValue?: boolean;
}

Properties

skipComments?: boolean

Default Value

false
skipFormula?: boolean

Default Value

false
skipNumberFormat?: boolean

Default Value

false
skipStyle?: boolean

Default Value

false
skipValue?: boolean

Default Value

false