You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your issue. I have initialized shared formula types support. Note that: currently, this function not validate ref tag to check the cell if or not in allow area, and always return origin shared formula.
I noticed one of my formulas was not getting returned through this package, so looked into it and found that
GetCellFormula()
(https://github.com/360EntSecGroup-Skylar/excelize/blob/master/cell.go#L228) only works for simple formulas, not shared like the example below:In my example,
C46
's formula is simply=B46
, so it's not really clear to me whatsi="0"
even means.Are there any plans to support shared formula types?
The text was updated successfully, but these errors were encountered: