Skip to content

Commit

Permalink
Merge branch 'MDL-68211-main' of https://github.com/sarjona/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Jul 10, 2024
2 parents 761df2b + 8c0afe8 commit 6c6b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/analysis_to_excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$xlsformats->head2 = $workbook->add_format(['align' => 'left', 'bold' => 1, 'bottum' => 2]);
$xlsformats->default = $workbook->add_format(['align' => 'left', 'v_align' => 'top']);
$xlsformats->value_bold = $workbook->add_format(['align' => 'left', 'bold' => 1, 'v_align' => 'top']);
$xlsformats->procent = $workbook->add_format(['align' => 'left', 'bold' => 1, 'v_align' => 'top', 'num_format' => '#,##0.00%']);
$xlsformats->procent = $workbook->add_format(['align' => 'left', 'bold' => 1, 'v_align' => 'top', 'num_format' => '#,##0.00']);

// Writing the table header.
$rowoffset1 = 0;
Expand Down

0 comments on commit 6c6b171

Please sign in to comment.