odoo/o-spreadsheet

Escape quotes with quotes

LucasLefevre opened this issue · 1 comments

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

while (chars[0] && (chars[0] !== startChar || letters[letters.length - 1] === "\\")) {