Skip to content

Formulas of t="shared" are processed as empty string #384

@rPetas

Description

@rPetas

The following file is a simple table with many formulas in the same row(basically a sum of each column in the table)
When the file is edited it automatically changes these formula to a "shared" type of formula to optimize space usage.

Currently when trying to read the formula on these cells with the "shared" type, the expression comes as an empty string, probably because the expression the in inline text in the tag is being read (and it does not exist), but in this case it should be somehow calculated from its reference (si).

This was detected because I am trying to read the formulas to update them after inserting some lines on the table.

To circumvent the problem ill try in my code to process how the formula should be by myself. I just though it should be known. I could try to help if you point me in the right direction.
example.xlsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions