faraz-s's avatar
faraz-s
Copper Contributor
May 27, 2025
Status:
New

[Excel] Add API to read workbook's reference style

Our addin does not support the R1C1 reference style so when our addin is starting up, we check to see if the workbook appears to be using R1C1 reference style and show the user an error if R1C1 reference style is enabled. Since there is no API that lets us read the reference style, we implemented custom logic to figure out the reference style, but this is error-prone. It would be useful if there was an API that allowed us to read the reference style of the workbook

No CommentsBe the first to comment