Pārlūkot izejas kodu

Merge branch 'feature/eta1.5.6_excel' into debug

xyxie 1 gadu atpakaļ
vecāks
revīzija
fd29865bca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      services/data/excel/mixed_table.go

+ 1 - 1
services/data/excel/mixed_table.go

@@ -1215,7 +1215,7 @@ func handleMixCellShowStyle(showStyleList []string, calculateCellMap map[string]
 				val = changePointDecimalPlaces(cell.ShowValue, styleConf.Pn)
 			}
 			if styleConf.Nt == "percent" {
-				val = changeToPercent(cell.ShowValue)
+				val = changeToPercent(val)
 			}
 			cell.ShowFormatValue = val
 			config[cellPosition.Column][cellPosition.Row] = cell