Plugins » XLS Export
|
|
Author: | Vitaly Klimov |
|---|---|---|
| Website: | http://www.redmine.org/boards/3/topics/11986 | |
| Code repository: | - | |
| Registered on: | 2011-02-08 (over 1 year ago) | |
| Current version: | 0.1.4 | |
| Compatible with: | Redmine 1.3.x |
Redmine XLS export plugin¶
Plugin allows to export list of issues to XLS file using Microsoft Excel 2003 format.
Requirements¶
Plugin requires Redmine version 1.0.1 or higher.
Plugin relies on gem spreadsheet for XLS based operations. Please install this gem before running plugin.
Features¶
- Export only displayed or all columns
- Export issue descriptions
- Export relations information
- Export spent time data
- List attachments information
- Export watchers
- Split information by sheets based on grouping criteria
- Correct formatting and width of worksheet cells
Details¶
Plugin adds two links with XLS export prefix at the bottom of the page under Also available in bar. One link allows 'one click' export to XLS using default settings (settings can be customized on the plugin' configuration screen) Another link brings up dialog where it is possible to select individual options.
Installation notes
- Install spreadsheet gem ('gem install spreadsheet')
- Please do remove plugin folder completely before installing new version
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
- Login and configure the plugin (Administration > Plugins > Configure)
Changelog
0.1.4 (2012-02-23)
Compatible with Redmine 1.3.x.
- Redmine 1.3.x compatibility
0.1.3 (2011-02-14)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.
- DE translation updated
- Simplified Chinese translation added
- Japanese translation added
- Hopefully fixed bug with 'xlse_list_of_columns' variable (obsolete helpers removed)
IMPORTANT! Please remove whole redmine_xls_export folder before unpacking new version, since this version has some old files removed
0.1.1 (2011-02-08)
Compatible with Redmine 1.0.x.