Escape quotes with quotes
LucasLefevre opened this issue · 1 comments
LucasLefevre commented
In Excel and Google Sheet, escaping quotes (") is done with another ".
e.g. ="vis 14"""
gives vis 14"
o-spreadsheet should work the same way because
- users are used to it
- it will be needed anyway to import/export to excel format
o-spreadsheet/src/formulas/tokenizer.ts
Line 151 in c5292a7