set default font
This commit is contained in:
@@ -641,6 +641,7 @@ function booking_varietysessions_csv_report($timeslot_id) {
|
||||
|
||||
$sheetname = "Variety Session " . $timeslot_id;
|
||||
$writer = new XLSXWriter();
|
||||
$writer->setFontName('Calibri'); //default document font name
|
||||
$writer->setAuthor($event->booking_eventname);
|
||||
//Add the header row
|
||||
$writer->writeSheetHeader($sheetname, $column_headings, $header_style);
|
||||
|
Reference in New Issue
Block a user