项目导出增加项目地址

This commit is contained in:
xxq250 2022-12-26 11:52:05 +08:00
parent d369741900
commit 31797af44c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
wb = xlsx_package.workbook
wb.add_worksheet(name: '项目列表') do |sheet|
sheet.add_row %w(序号 项目名称 是否为公开 项目性质(原创/Fork issue数 PR接受数 PR拒绝数 里程碑数 成员数 发布版本数量 关注数 点赞数 fork数 管理员 创建时间 仓库地址)
sheet.add_row %w(序号 项目名称 是否为公开 项目性质(原创/Fork issue数 PR接受数 PR拒绝数 里程碑数 成员数 发布版本数量 关注数 点赞数 fork数 管理员 创建时间 项目地址)
@projects.each_with_index do |project, index|
data = [