Project

General

Profile

Plugins Directory » Redmine Excel Connector

Author: Chan Li
Website: https://conveniencable.com/tools/redmine_excel
Code repository: https://github.com/conveniencable/redmine_excel_connector
Registered on: 2022-06-20 (almost 2 years ago)
Current version: 1.0.5
Compatible with: 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
User ratings:   (0)

A convenient and powerful plugin to make redmine as a data center for Excel. With its help, you can load Readmine issues to Excel, and then arrage them as Excel style, and finally save them back to Redmine.

Features

  • After login to Redmine on Excel, only operations allowed by current Redmine user permissions are visible or executable.
  • Custom row index for head row and column index for every column to be compatible with various excel template.
  • Filters to load issues to Excel, or just load new changes from Redmine to update the current excel rows, by Redmine ID.
  • Save modified issues on Excel to redmine, history for every issue will be generated, same as saving from web.

Installation notes

  1. cd your_redmine_installation_dir/plugins
  2. git clone -b main https://github.com/conveniencable/redmine_excel_connector
  3. bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  4. Restart Redmine

Changelog

1.0.5 (2023-05-22)

Compatible with 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.

For Redmine Plugin
support not inline fields.

For Excel VSTO plugin V1.0.0.7
update net-framework to 4.8.1 which supports window 11 but not supports window 7.

1.0.4 (2022-09-02)

Compatible with 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. fixed date format.
  2. support custom field enumeration.

1.0.2 (2022-07-25)

Compatible with 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. suport localization date format;
2. support multiple dropdown selection;
3. fixed other small bugs.

1.0.1 (2022-07-18)

Compatible with 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.

custom header row in excel.

1.0.0 (2022-06-20)

Compatible with 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.