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
No, do not think so. Think this was due to the fix added in #364 where DatasetCallers are passed to the UpdateEnum method, and then when SelectedItem is extracted a string is returned, not type, leading to a null reference exception on line 154 linked above.
Added double protection against it in the linked PR.
Description:
If a dataset is existing as a formula in excel sheets, it fails to open due to crashing on
Excel_UI/Excel_UI/Addin/AddIn_Formulas.cs
Line 154 in 8ce7467
Steps to reproduce:
Add a dataset to an excel sheet. Save and open excel
Expected behaviour:
For load not to crash when a dataset is present somewhere in the sheet.
The text was updated successfully, but these errors were encountered: