combine ticket notification scrips, #15353
[freeside.git] / httemplate / search / report_tax-xls.cgi
index 54a17d0..1c278df 100755 (executable)
@@ -1,11 +1,6 @@
 <% $data %>
 <%init>
 
-use Spreadsheet::WriteExcel;
-use Spreadsheet::WriteExcel::Utility 'xl_range_formula';
-use List::Util 'max';
-use HTML::TableExtract 'tree';
-
 my $data = '';
 my $XLS = new IO::Scalar \$data;
 my $workbook = Spreadsheet::WriteExcel->new($XLS)