Is there a built-in way to convert from the "{ColumnLetter}{RowNumber}" notation to the CellIndex format?
Example:
"C5" becomes ColumnIndex=2, RowIndex=4
"AA2" becomes ColumnIndex=26, RowIndex=1
It's not the end of the world to write my own conversion, but I was just curious if this is already supported.
Thanks!