|
@@ -1211,7 +1211,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
|