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
varworkbook= Workbook.FromJson("{\"sheets\":[{\"name\":\"Sheet1\",\"rows\":[{\"index\":0,\"cells\":[{\"value\":1,\"formula\":\"SomeOtherWorksheet!B13\",\"index\":0}]}]},{\"name\":\"SomeOtherWorksheet\",\"rows\":[{\"index\":12,\"cells\":[{\"value\":1,\"index\":1}]}]}]}");vardoc= workbook.ToDocument();varsheet= doc.Worksheets[0];varsel= sheet.Cells[0,0];varval= sel.GetValue().Value.GetResultValueAsString(new CellValueFormat(""));// val is #REF
Expected/desired behavior
The formula should evaluate to 1.
Environment
Kendo UI version: 2016.2.714
The text was updated successfully, but these errors were encountered:
Bug report
Reproduction of the problem
Expected/desired behavior
The formula should evaluate to 1.
Environment
The text was updated successfully, but these errors were encountered: