Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] parser: inconsistent handling of #REF
Depending on how we get a formula with #REF, the parser can have different behavior even if the formula is the same. - If we write directly =#REF (or it comes from a snapshot), the parser will throw an error. - If we write =A1, then delete the row 1 to get =#REF, the parser will return a REFERENCE token with an #REF value. This is a bit of a problem when exporting the data to xlsx: since we parse the formulas to know whether we need to export it, we get a different result depending on how we got the #REF. Task: 4207052 X-original-commit: c6a75e6 Part-of: #5153 Signed-off-by: Lucas Lefèvre (lul) <[email protected]> Signed-off-by: Adrien Minne (adrm) <[email protected]>
- Loading branch information