Open ChrisWRWX opened 6 months ago
Thank you for letting us know about this issue. We will take a look shortly. Thanks.
Thanks for reporting this issue regarding RangeView.numberFormat. It has been put on our backlog using #8989182. We will let you know once we fix it.
Hi @ChrisWRWX, our fix has been released for a long time, does it resolve your case?
Provide required information needed to triage your issue
When trying to set the numberFormat of a visibleView that contains only 1 cell, the follow error is produced:
RichApi.Error / InvalidArgument / "The argument is invalid or missing or has an incorrect format."
Your Environment
Expected behavior
Setting the numberFormat should behave the same for a range of 1 cell as for larger ranges.
Current behavior
When getVisibleView() reduces the visible range to a single cell, setting the numberFormat no longer works.
Steps to reproduce
This works as expected:
This does not work:
Context
This causes an unpredictable error that only surfaces when a visible range is filtered down to a single cell.