Skip to content

1.1.2

Compare
Choose a tag to compare
@axemonk axemonk released this 28 Apr 16:10
· 316 commits to main since this release

HOTFIX

  1. Updated table and sheet name Regex to account for numbers.
    image

Minor changes from last update:

  1. Updated Regex to account for legal characters in sheet and table names that I overlooked:
    a. Sheets: _
    image
    (any other non-alphabetical characters will wrap sheet names in apostrophes when used in formulas, making matching dead simple in those cases)
    b. Tables: _ ? \
    image

  2. For consistency with table column ranges, : is now treated as an operator when used in A1 format cell ranges:
    image