Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/two-pack/redmine_xlsx_format_issue_exporter
This is Redmine plugin which exports issue list to XLSX format file.
https://github.com/two-pack/redmine_xlsx_format_issue_exporter
Last synced: 3 days ago
JSON representation
This is Redmine plugin which exports issue list to XLSX format file.
- Host: GitHub
- URL: https://github.com/two-pack/redmine_xlsx_format_issue_exporter
- Owner: two-pack
- License: gpl-2.0
- Created: 2014-07-30T04:14:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T06:41:08.000Z (6 months ago)
- Last Synced: 2024-08-02T02:10:48.770Z (3 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 56
- Watchers: 17
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-redmine - redmine_xlsx_format_issue_exporter - This is Redmine plugin which exports issue list to XLSX format file. (Plugins / Active Plugins)
README
# Redmine XLSX format issue exporter
This is Redmine plugin which exports issue list to XLSX format file.
# Project Health
[![Code Climate](https://codeclimate.com/github/two-pack/redmine_xlsx_format_issue_exporter.png)](https://codeclimate.com/github/two-pack/redmine_xlsx_format_issue_exporter) [![Stars](https://img.shields.io/redmine/plugin/stars/redmine_xlsx_format_issue_exporter.svg)](https://www.redmine.org/plugins/redmine_xlsx_format_issue_exporter)
# 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](http://www.redmine.org/).
# License
This plugin is released under the GPL v2 license. See LICENSE.txt for more information.
# Copyright
Copyright (C) 2014 Tatsuya Saito.