docs: cell attributes add locked field

This commit is contained in:
zhongnan chi 2023-06-24 21:34:32 +08:00 committed by tato
parent b11ba19396
commit 24bd31a619
2 changed files with 14 additions and 0 deletions

View File

@ -136,6 +136,13 @@
<td></td>
<td>setFormula <br> setArrayFormula <br> workbook.calculateFormula();</td>
</tr>
<tr>
<td>lo</td>
<td>locked</td>
<td>Lock the cell, cannot be edited.</td>
<td>0 is editable,1 is locked. Protected table, default 1; editable table, default 0.</td>
<td></td>
</tr>
<tr>
<td>ps</td>
<td>comment</td>

View File

@ -143,6 +143,13 @@
<td></td>
<td>setFormula <br> setArrayFormula <br> workbook.calculateFormula();</td>
</tr>
<tr>
<td>lo</td>
<td>locked</td>
<td>锁定单元格,不可编辑</td>
<td>1表示锁定0表示可编辑。锁定表格默认1可编辑表格默认0。</td>
<td></td>
</tr>
<tr>
<td>ps</td>
<td>comment</td>