插件目录 » Redmine Excel Connector
|
作者 | 李蝉 |
---|---|---|
网站 | https://conveniencable.com/tools/redmine_excel | |
代码仓库 | https://github.com/conveniencable/redmine_excel_connector | |
注册于 | 2022-06-20 (大约2年前) | |
当前版本 | 1.0.5 | |
兼容 | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x | |
用户评分 |
一款方便强大的插件,将 Redmine 变成 Excel 的数据中心。借助它,您可以加载 Readmine 问题到 Excel,然后按 Excel 风格排列,最后再保存回 Redmine。
功能¶
- 在 Excel 中登录 Redmine 后,只能看到或执行当前 Redmine 用户权限允许的操作。
- 为标题行自定义行索引和为每列自定义列索引,以兼容各种 Excel 模板。
- 通过 Redmine ID 过滤器加载问题到 Excel,或仅加载 Redmine 的新更改以更新当前的 Excel 行。
- 将 Excel 中修改过的问题保存到 Redmine,每个问题的历史记录将生成,与从网页保存相同。
安装说明
- cd your_redmine_installation_dir/plugins
- git clone -b main https://github.com/conveniencable/redmine_excel_connector
- bundle exec rake redmine:plugins:migrate RAILS_ENV=production
- 重启 Redmine
变更日志
1.0.5 (2023-05-22)
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x。
对于 Redmine 插件
支持非内联字段。
对于 Excel VSTO 插件 V1.0.0.7
更新 net-framework 到 4.8.1,支持 Windows 11 但不支持 Windows 7。
1.0.4 (2022-09-02)
兼容 Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x。
- 修复日期格式。
- 支持自定义字段枚举。
1.0.2 (2022-07-25)
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x。
1. 支持本地化日期格式;
2. 支持多下拉选择;
3. 修复其他小错误。
1.0.1 (2022-07-18)
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x。
Excel 中的自定义标题行。
1.0.0 (2022-06-20)
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x。