|
@@ -209,7 +209,7 @@ func GetBalanceExcelEdbData(excelEdbMappingItem *excelModel.ExcelChartEdb, newMi
|
|
|
err = errors.New(errMsg)
|
|
|
return
|
|
|
}
|
|
|
- dateList = append(dateList, currCell.Value)
|
|
|
+ dateList = append(dateList, currCell.ShowValue)
|
|
|
//dateList[i] = currCell.ShowValue
|
|
|
i++
|
|
|
}
|
|
@@ -270,7 +270,7 @@ func GetBalanceExcelEdbData(excelEdbMappingItem *excelModel.ExcelChartEdb, newMi
|
|
|
err = errors.New(errMsg)
|
|
|
return
|
|
|
}
|
|
|
- dataList = append(dataList, currCell.Value)
|
|
|
+ dataList = append(dataList, currCell.ShowValue)
|
|
|
//dataList[i] = currCell.ShowValue
|
|
|
i++
|
|
|
}
|
|
@@ -306,7 +306,7 @@ func GetBalanceExcelEdbData(excelEdbMappingItem *excelModel.ExcelChartEdb, newMi
|
|
|
err = errors.New(errMsg)
|
|
|
return
|
|
|
}
|
|
|
- dataList = append(dataList, currCell.Value)
|
|
|
+ dataList = append(dataList, currCell.ShowValue)
|
|
|
//dataList[i] = currCell.ShowValue
|
|
|
i++
|
|
|
}
|