X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax-xls.cgi;h=1c278dfd1af6c7e675bb563b081b88cc64959b22;hb=c4b71bc4459cb7d403cbebede470aeb2c6292a6e;hp=54a17d0b644680fc3d9247580e522012d018a323;hpb=11686f7c21bed96f563e70212f44044604f8a733;p=freeside.git diff --git a/httemplate/search/report_tax-xls.cgi b/httemplate/search/report_tax-xls.cgi index 54a17d0b6..1c278dfd1 100755 --- a/httemplate/search/report_tax-xls.cgi +++ b/httemplate/search/report_tax-xls.cgi @@ -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)