Commit 04b8575
committed
[FIX] references: add single quotes for sheet names with spaces
Before this commit:
- 'splitReference' removed single quotes from sheet names.
After this commit:
- Applied 'getCanonicalSymbolName' after 'splitReference' to ensure sheet
Names with spaces keep their quotes.
closes #7465
Task: 5244798
X-original-commit: 2a23ddd
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Signed-off-by: Ronakkumar Mukeshbhai Bharadiya (rmbh) <[email protected]>1 parent 219b738 commit 04b8575
File tree
2 files changed
+9
-1
lines changed- packages/o-spreadsheet-engine/src/helpers
- tests/composer
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
153 | 161 | | |
154 | 162 | | |
155 | 163 | | |
| |||
0 commit comments