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
The value 1234567890.12345 has 15 significant digits (and will display in Excel 2016 without truncation) but has length = 16 because the decimal adds to the length without altering the significance. Perhaps test for "." in the json_Value string and allow for 17 characters with a decimal and 16 without?