sheets.rows.cells.html Boolean
If set to true
, renders the cell value as HTML.
It is important to sanitize the value of the cell on the server for passing safe html because there is no client-side sanitizing. When editing a cell the new value can be checked and prevented in the client changing
event.