Commit 85997957 authored by GoshaZotov's avatar GoshaZotov

Merge branch 'release/3.8.1' into develop

parents 20627c34 316be174
......@@ -5345,8 +5345,12 @@ TableColumn.prototype.cleanTotalsData = function(){
TableColumn.prototype.setTotalsRowFormula = function(val){
this.cleanTotalsData();
if("=" === val[0])
{
val = val.substring(1);
}
this.TotalsRowFormula = val.substring(1);
this.TotalsRowFormula = val;
this.TotalsRowFunction = Asc.ETotalsRowFunction.totalrowfunctionCustom;
};
......
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