Plugins Directory » XLS Export
|
Author: | Vitaly Klimov |
---|---|---|
Website: | http://www.redmine.org/boards/3/topics/11986 | |
Code repository: | - | |
Registered on: | 2011-02-08 (almost 14 years ago) | |
Current version: | 0.2.1 | |
Compatible with: | Redmine 1.3.x, 1.4.x, 2.0.x | |
User ratings: |
XLS export plugin¶
With the help of this plugin you can export issues list with all information to XLS file. Also it is possible to export issues with attachments as a ZIP archive.
Requirements¶
Plugin requires Redmine version 1.3.0 or higher.
Plugin relies on spreadsheet gem for XLS based operations. Please install this gem before running plugin. Also if you want to use attachments export you should install rubyzip gem.
Features¶
- Export active or all columns
- Export issue descriptions
- Export journal entries - both inline or as separate file per each issue
- Export relations information
- Export spent time data
- List attachments information
- Export attachments
- Export watchers
- Split information by sheets based on grouping criteria
- Correct formatting and width of worksheet cells
Details¶
Plugin adds following links with 'XLS export:' prefix at the bottom of the page under 'Also available in' bar:
- Quick
One click export to XLS using default export settings from plugin configuration screen - Detailed
Brings up dialog where user can choose export options before export
Installation notes
- Install spreadsheet gem ('gem install spreadsheet')
- Install rubyzip gem if you want to use export attachments feature
- Install plugin Plugin views with revisions if you do not have it installed
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
- Run rake task
rake redmine:plugins:process_version_change RAILS_ENV=production - Login and configure the plugin (Administration > Plugins > Configure)
Changelog
0.2.1 (2012-06-26)
Compatible with Redmine 1.3.x, 1.4.x, 2.0.x.
- Journal export compatibility fixes
- Japanese & China translations updated
0.2.0 (2012-06-25)
Compatible with Redmine 1.3.x, 1.4.x, 2.0.x.
- Plugin depends on Plugin views with revisions for further Redmine compatibility
- Rails 3 (Redmine 2.x.x) compatibility added
- Controller completely rewritten - no more IssuesController monkey-patch
- Journal entries could be exported as well
- Ability to export journal entries in separate files, one per each issue
- Ability to export attachments in ZIP file
- Ability to set start offset for export
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.