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