NAME RT-Extension-ExcelFeed DESCRIPTION This extenstion allows you to generate RT reports in MS Excel XSLX format. It provides two ways to do this. First, it adds a new MS Excel option to the 'Feeds' menu on the Query Builder search results page. It also adds an option to the Dashboard subscription page that allows you to have scheduled dashboards emailed to recipients as attached MS Excel files rather than inline HTML reports. RT VERSION Works with RT 4.4.5, 5.0.2 Updates are made in version 0.07 for compatibility with RT 4.4.5 and 5.0.2. To run with earlier versions of RT, use version 0.06. INSTALLATION "perl Makefile.PL" "make" "make install" May need root permissions Add this line to /opt/rt5/etc/RT_SiteConfig.pm Plugin('RT::Extension::ExcelFeed'); Clear your mason cache rm -rf /opt/rt5/var/mason_data/obj Restart your webserver CONFIGURATION $HideChartDownloadButton By default, a "Download as Microsoft Execel Spreadsheet" button is enabled on Charts. You can disable it by adding the following config to your RT_SiteConfig.pm: Set( $HideChartDownloadButton, 1 ); AUTHOR Best Practical Solutions, LLC BUGS All bugs should be reported via email to L or via the web at L. LICENSE AND COPYRIGHT This software is Copyright (c) 2015-2020 by Best Practical Solutions, LLC This is free software, licensed under: The GNU General Public License, Version 2, June 1991