RT-Extension-SearchResults-ODS
view release on metacpan or search on metacpan
html/Search/Results.ods view on Meta::CPAN
}
my $rows_count = $Tickets->Count;
my $cols_count = 0;
foreach my $col (@columns) {
foreach my $sub_col (@$col) {
$cols_count++;
}
}
$workbook->expandTable(0, $rows_count, $cols_count );
sub int_to_alpha {
my $int = shift;
$int++;
my $dividend = $int;
my $alpha = '';
my $modulo;
while ($dividend > 0 ) {
( run in 0.321 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )