@@ -1200,7 +1200,7 @@ func handleMixCellShowStyle(showStyleList []string, calculateCellMap map[string]
val = changePointDecimalPlaces(val, styleConf.Pn, styleConf.Nt, isPercent)
cell.ShowFormatValue = val
} else {
- cell.ShowFormatValue = val
+ cell.ShowFormatValue = cell.ShowValue
}
config[cellPosition.Column][cellPosition.Row] = cell