|
@@ -1171,7 +1171,7 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq) (sel
|
|
|
MergeCell: LuckySheetDataConfigMerge{},
|
|
|
}
|
|
|
if cell.ShowStyle != "" {
|
|
|
- tmp.Value = cell.ShowFormatValue
|
|
|
+ tmp.Monitor = cell.ShowFormatValue
|
|
|
}
|
|
|
dataCol = append(dataCol, tmp)
|
|
|
}
|