--- loncom/interface/spreadsheet/studentcalc.pm 2005/03/03 17:52:36 1.28 +++ loncom/interface/spreadsheet/studentcalc.pm 2005/03/10 17:33:57 1.29 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.28 2005/03/03 17:52:36 matthew Exp $ +# $Id: studentcalc.pm,v 1.29 2005/03/10 17:33:57 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -387,12 +387,12 @@ sub excel_rows { # writes the meat of the spreadsheet to an excel worksheet. Called # by Spreadsheet::outsheet_excel; my $self = shift; - my ($connection,$worksheet,$cols_output,$rows_output) = @_; + my ($connection,$worksheet,$cols_output,$rows_output,$format) = @_; # # Write a header row $cols_output = 0; foreach my $value ('Container','Assessment title') { - $worksheet->write($rows_output,$cols_output++,&mt($value)); + $worksheet->write($rows_output,$cols_output++,&mt($value),$format->{'h4'}); } $rows_output++; #