|
|
@@ -809,6 +809,7 @@ const handleTableRowsAfterDataBind = (sheets) => {
|
|
|
|
|
|
// 表格内所有单元格设为可编辑
|
|
|
sheet.getRange(row, col, rowCount, colCount).allowEditInCell(true)
|
|
|
+ sheet.getRange(row, col, rowCount, colCount).locked(false)
|
|
|
|
|
|
// 收集第一行的合并规则
|
|
|
const firstRowSpans = collectFirstRowSpans(sheet, row, col, colCount)
|