Parcourir la source

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

xyxie il y a 1 an
Parent
commit
3d873a0fcb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/excel/lucky_sheet.go

+ 1 - 1
services/excel/lucky_sheet.go

@@ -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)
 			}