|
@@ -445,16 +445,16 @@ func (this *BaseFromLyIndexController) LyIndexDataExport() {
|
|
|
//获取指标数据
|
|
|
rowSecName := sheet.AddRow()
|
|
|
celSecName := rowSecName.AddCell()
|
|
|
- celSecName.SetValue("指标名称")
|
|
|
+ celSecName.SetValue("指标名称/Metric Name")
|
|
|
rowFrequency := sheet.AddRow()
|
|
|
celFrequency := rowFrequency.AddCell()
|
|
|
- celFrequency.SetValue("频率")
|
|
|
+ celFrequency.SetValue("频度/Frequency")
|
|
|
rowUnit := sheet.AddRow()
|
|
|
celUnit := rowUnit.AddCell()
|
|
|
- celUnit.SetValue("单位")
|
|
|
+ celUnit.SetValue("单位/Unit")
|
|
|
rowModifyDate := sheet.AddRow()
|
|
|
rowModifyCell := rowModifyDate.AddCell()
|
|
|
- rowModifyCell.SetValue("更新时间")
|
|
|
+ rowModifyCell.SetValue("更新时间/Update Time")
|
|
|
|
|
|
dataMap := make(map[string]map[string]*data_manage.BaseFromLyData)
|
|
|
var tradeCodeList []string
|