two-pack / redmine_xlsx_format_issue_exporter

This is Redmine plugin which exports issue list to XLSX format file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine XLSX format issue exporter

This is Redmine plugin which exports issue list to XLSX format file.

Project Health

Code Climate Stars

Requirements

  • Redmine 4.2.x or higher.

Installation

In Redmine folder,

$ cd plugins
$ git clone https://github.com/two-pack/redmine_xlsx_format_issue_exporter.git redmine_xlsx_format_issue_exporter
$ cd ..
$ bundle install --without test

Finally restart Redmine.

Usage

  • Click XLSX link in right-bottom of following pages.
    • Issues
    • Spent time
    • Users
    • Projects

Acknowledgement

This plugin extracts some code from csv export function in Redmine.

License

This plugin is released under the GPL v2 license. See LICENSE.txt for more information.

Copyright

Copyright (C) 2014 Tatsuya Saito.

About

This is Redmine plugin which exports issue list to XLSX format file.

License:GNU General Public License v2.0


Languages

Language:Ruby 93.0%Language:HTML 7.0%