Open wh1t3cAt1k opened 1 week ago
Thank you for letting us know about this issue. We will take a look shortly. Thanks.
Thank you for reporting this issue, I can repro it. It has been put on our backlog #9491621, the team will investigate and we will reply to you as soon as there is any progress. Thank you for your patience.
valuesAsJson
'sbasicValue
length is truncated to 255 characters, making it inconsistent withrange.values
. As a result, we need to load both, leading to performance impact.Your Environment
Current behavior
Longer strings are truncated:
Expected behavior
There should be the same limit as for
values
.Steps to reproduce
Download the file:
Book 218.xlsx
Select cell A1 to make it the active cell.
Execute the ScriptLab snippet at the bottom and click the Run button:
You can see clear difference that
valuesAsJson
are truncated.Context
Our client uses Office.js API to upload long product descriptions from Excel back to their ERP system. We relied on
valuesAsJson
to handle errors and custom data types, however, it turns out this API is unreliable because it truncates the strings at 255 symbols.ScriptLab snippet
Internal Velixo item