RT-Extension-SearchResults-XLS - Add Excel format export to RT search results 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. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install Then, to make it active, add it to @Plugins in RT site configuration file (RT_SiteConfig.pm), example: Set(@Plugins, qw(RT::Extension::SearchResults::XLS) ); SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc RT::Extension::SearchResults::XLS You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SearchResults-XLS AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/RT-Extension-SearchResults-XLS CPAN Ratings http://cpanratings.perl.org/d/RT-Extension-SearchResults-XLS Search CPAN http://search.cpan.org/dist/RT-Extension-SearchResults-XLS COPYRIGHT AND LICENCE Copyright (C) 2008-2010 Emmanuel Lacour 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.