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
Merge pull request '优化,导出文件多了一个Sheet1的页面,去掉' (
#846
) from fix-828 into V20211115
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/846
Reviewed-by: lewis <747342561@qq.com>
pull/864/head
lewis
3 years ago
parent
638387bd5c
b7178dc66f
commit
472be04684
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