You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -141,14 +142,16 @@ public class ExcelFormulaGrammar : Grammar
141
142
// If we ever parse R1C1 references, make sure to include them here
142
143
// TODO: Add all function names here
143
144
144
-
privateconststringNameInvalidWordsRegex=
145
+
privateconststringNamedRangeCombinationRegex=
145
146
"((TRUE|FALSE)"+NameValidCharacterRegex+"+)"
146
147
// \w is equivalent to [\p{Ll}\p{Lu}\p{Lt}\p{Lo}\p{Lm}\p{Nd}\p{Pc}], we want the decimal left out here because otherwise "A11" would be a combination token
0 commit comments