Commit 64b42a90 authored by GoshaZotov's avatar GoshaZotov

add dependencyFormulas->lockRecal into _setColorStyleTable

parent 640b92f0
......@@ -4238,6 +4238,8 @@
headerRowCount = options.HeaderRowCount;
if(null != options.TotalsRowCount)
totalsRowCount = options.TotalsRowCount;
worksheet.workbook.dependencyFormulas.lockRecal();
if(style && worksheet.workbook.TableStyles && worksheet.workbook.TableStyles.AllStyles)
{
//заполняем названия столбцов
......@@ -4339,6 +4341,7 @@
}
}
}
worksheet.workbook.dependencyFormulas.unlockRecal();
},
getTableCellStyle: function(row, col)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment