MarkBaker
|
ca7226e9d7
|
Ensure that Full Table Structured References are correctly recognised, and don't throw an error
|
2022-12-19 04:44:24 +01:00 |
|
MarkBaker
|
0244fb4fc8
|
Store StructuredReference object in the stack rather than simply the Structured Reference string, so that we don't have to create the object for both lexer and parser
|
2022-11-22 13:31:35 +01:00 |
|
MarkBaker
|
3e81da48f7
|
Initial parsing for Structured References
|
2022-11-15 20:00:36 +01:00 |
|
MarkBaker
|
02c6e8cfa8
|
Escape double quotes in worksheet names for column range and row range references
|
2022-06-17 13:34:20 +02:00 |
|
MarkBaker
|
23e207ccb4
|
Adjust calc engine identification of quoted worksheet names to fix bug with multiple quoted worksheets in formula
|
2022-06-17 13:08:06 +02:00 |
|
MarkBaker
|
adf4531c99
|
Adjust worksheet regexps for CellRef and Row/Column Ranges for improved handling of quoted worksheet names
|
2022-06-09 19:54:25 +02:00 |
|
MarkBaker
|
716964eeec
|
Resolve Calculation Engine bug with row and column ranges being identified as named ranges, adding overhead with the additional validation to process that named range
|
2022-04-15 14:53:33 +02:00 |
|
MarkBaker
|
483ef53855
|
Basic unit tests for formula parsing, in preparation for work on fully supporting the Union Operator, and for providing support for Structured References
|
2022-04-14 22:38:19 +02:00 |
|