| RT-Extension-SearchResults-XLS documentation | Contained in the RT-Extension-SearchResults-XLS distribution. |
RT::Extension::SearchResults::XLS - Add Excel format export to RT search results
Version 0.07
This RT Extension allow users to download search results in Microsoft Excel binary format. This typically fix encoding problems for non-ascii chars with the standard TSV export included in RT.
Emmanuel Lacour, <elacour at home-dn.net>
Please report any bugs or feature requests to bug-rt-extension-searchresults-xls at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RT-Extension-SearchResults-XLS. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc RT::Extension::SearchResults::XLS
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SearchResults-XLS
http://cpanratings.perl.org/d/RT-Extension-SearchResults-XLS
Copyright 2008-2010 Emmanuel Lacour, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
| RT-Extension-SearchResults-XLS documentation | Contained in the RT-Extension-SearchResults-XLS distribution. |
package RT::Extension::SearchResults::XLS; use warnings; use strict;
our $VERSION = '0.07';
1; # End of RT::Extension::SearchResults::XLS