Skip to content

Not returning value with formula #1

Description

@AntondegLiminil

If I read a cell with a formula. I get the formula, but not the actual value.

The sheet has the following.

RANDBETWEEN(250, 500) 422

All that is returned is.

{
formula: "RANDBETWEEN(250, 500)",
style: undefined,
}

No value.

The code skips the actual value.

if (fNode) {
cell.formula = fNode.text ?? "";
} else if (vNode) {
// Parse cell.value
}

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