-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formulas of t="shared" are processed as empty string #384
Comments
I will need some usage questions answered. Specifically: the goal of From that standpoint, It is possible to make an convenience method that will give you "formula that Excel shows in that cell". However, you will have to answer at least a few questions for that situation.
In short, like with just about everything else, the idea looks great on the surface -- but as soon as you start actually digging deeper, the number of things that need to be done, balloons rapidly. |
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
The text was updated successfully, but these errors were encountered: