Commit 64b42a90 authored by GoshaZotov's avatar GoshaZotov

add dependencyFormulas->lockRecal into _setColorStyleTable

parent 640b92f0
...@@ -4238,6 +4238,8 @@ ...@@ -4238,6 +4238,8 @@
headerRowCount = options.HeaderRowCount; headerRowCount = options.HeaderRowCount;
if(null != options.TotalsRowCount) if(null != options.TotalsRowCount)
totalsRowCount = options.TotalsRowCount; totalsRowCount = options.TotalsRowCount;
worksheet.workbook.dependencyFormulas.lockRecal();
if(style && worksheet.workbook.TableStyles && worksheet.workbook.TableStyles.AllStyles) if(style && worksheet.workbook.TableStyles && worksheet.workbook.TableStyles.AllStyles)
{ {
//заполняем названия столбцов //заполняем названия столбцов
...@@ -4339,6 +4341,7 @@ ...@@ -4339,6 +4341,7 @@
} }
} }
} }
worksheet.workbook.dependencyFormulas.unlockRecal();
}, },
getTableCellStyle: function(row, col) 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