Open duane-j-wagner opened 1 year ago
Looks like there is already a similar bug against the code. The document should mention any restrictions in how values can be set. I've seen some examples with quoted numbers and some without quotes. Does it matter? https://github.com/OfficeDev/office-js/issues/3088
@duane-j-wagner Thanks for raising this issue.
@AlexJerabek Can you take a look?
Thanks.
Hi, @duane-j-wagner
Sorry for the delay. I was trying to get some internal traction. The information you linked to in the office-js bug is correct: the range is currently 0-65535.
Internal tracking number 8009234.
When setting dataValidation to a whole number between -x and y with a script, x and y can be 9999, but not anything bigger than 99999. I would have expected it to be integer min and max for excel. For 64-bit OS that should be quite large. This also impacts Excel javascript API. Setting it with the Excel UI works fine.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.