add regex to detect cell and range notation examples of tokens to recognize: - `A1` - `A1:B2` - `A1:B` - `"Sheet"!A1` - `'Sheet'!A1:B2` >[!NOTE] >make sure it is not case sensitive
add regex to detect cell and range notation
examples of tokens to recognize:
A1A1:B2A1:B"Sheet"!A1'Sheet'!A1:B2Note
make sure it is not case sensitive