readOnly Cell

Tags: #<Tag:0x00007efc64ae4450>

How do you know if a cell is read-only?

you are trying with: getCellMeta(_r, _c)
image
but it does not return the readOnly property

Hey @gvargash2

You are really close. Once you get the full list of cell meta, you just need to refer to .readOnly. Here’s an example https://jsfiddle.net/handsoncode/7pa0bfkr/

1 Like