version 1.54.10.1, 2010/09/11 19:08:22
|
version 1.54.10.2, 2010/09/12 17:37:24
|
Line 774 sub prepare_excel_output {
|
Line 774 sub prepare_excel_output {
|
$worksheet->write($header_row,$cols_output++,ucfirst($_), |
$worksheet->write($header_row,$cols_output++,ucfirst($_), |
$format->{'bold'}); |
$format->{'bold'}); |
} |
} |
foreach (@StudentColumns) { |
|
$worksheet->write($header_row,$cols_output++,ucfirst($_), |
|
$format->{'bold'}); |
|
} |
|
# Problem headers |
# Problem headers |
my %start_col; |
my %start_col; |
foreach my $prob (@$Problems) { |
foreach my $prob (@$Problems) { |