diff options
author | mark <mark> | 2010-11-08 21:54:49 +0000 |
---|---|---|
committer | mark <mark> | 2010-11-08 21:54:49 +0000 |
commit | 32d4b2de6b02a1f742913a4cc860ca1e85e67b47 (patch) | |
tree | 4f70aa57ff69789d702edd6e957379790a6caee4 /FS | |
parent | 638bbf822aa6fb160a0372fab7ef082eb8c9fb83 (diff) |
sales tax report in Excel, RT#10321
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 13a942cf2..d3c04db27 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -71,6 +71,7 @@ if ( -e $addl_handler_use_file ) { use URI::Escape; use HTML::Entities; use HTML::TreeBuilder; + use HTML::TableExtract qw(tree); use HTML::FormatText; use HTML::Defang; use JSON; @@ -88,6 +89,7 @@ if ( -e $addl_handler_use_file ) { } use Text::CSV_XS; use Spreadsheet::WriteExcel; + use Spreadsheet::WriteExcel::Utility; use Business::CreditCard 0.30; #for mask-aware cardtype() use NetAddr::IP; use Net::Ping; |