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: about 2 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T13:55:36.000Z (3 months ago)
- Last Synced: 2025-03-28T14:37:57.972Z (3 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 58
- Watchers: 15
- Forks: 26
- Open Issues: 0
-
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
[](https://codeclimate.com/github/two-pack/redmine_xlsx_format_issue_exporter) [](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.
## About `nkf` build errors
You may encounter `nkf` build errors during installation. (See [#104](https://github.com/two-pack/redmine_xlsx_format_issue_exporter/issues/104)) If this occurs, please install the necessary build tools before proceeding with the installation steps.
### For Ubuntu
```bash
# apt-get update
# apt-get install build-essential
```
### For Alpine
```bash
# apk add build-base
```# 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.