This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
优化,导出文件多了一个Sheet1的页面,去掉
pull/846/head
ychao_1983
3 years ago
parent
2acdb4f354
commit
b7178dc66f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
routers/api/v1/repo/repo_dashbord.go
+ 1
- 0
routers/api/v1/repo/repo_dashbord.go
View File
@@ -205,6 +205,7 @@ func ServeAllProjectsPeriodStatisticsFile(ctx *context.Context) {
}
f.SetActiveSheet(index)
f.DeleteSheet("Sheet1")
if err := f.SaveAs(fileName); err != nil {
log.Error("Can not generate file.", err)
Write
Preview
Loading…
Cancel
Save