Functions§
- column_
to_ number - Converts column letter identifier to number.
- is_
valid_ a1_ identifier - Returns true if
nameis a valid identifier in an A1-mode formula expression. This is a superset ofis_valid_identifier: it permits the single-character names “R” and “C” that are valid as LAMBDA parameters or LET variables but not as worksheet-level defined names. - is_
valid_ column - is_
valid_ column_ number - Checks if column number is in valid range.
- is_
valid_ identifier - is_
valid_ row - number_
to_ column - If input number is outside valid range
Noneis returned. - parse_
reference_ a1 - parse_
reference_ r1c1 - quote_
name - Quotes a string sheet name if it needs to NOTE: Invalid characters in a sheet name , /, *, [, ], :, ?