Skip to content

Is there a way inserting values in columns. #514

Closed
@miniil

Description

@miniil

Hi,

I want to insert multiple values into one colum based on its header.

For example :

var myValues = [1, 2, 3, 4];
var thisColumn = sheet.getColumn('idCol');
thisColumn.value = myValues?

and the result will be something like this
idCol
1
2
3
4

Thanks for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions