MDL-70314 lib: Change XLSX wrapper to no change the default styles

This is required due to changes in the base library see #1712
Summary is that if a column already has styling it can't be overpowered.
This commit is contained in:
Mathew May 2021-02-22 11:43:05 +08:00
parent d41210cf0f
commit 9bd5c31d11

View File

@ -489,7 +489,7 @@ class MoodleExcelWorksheet {
*/
class MoodleExcelFormat {
/** @var array */
protected $format = array('font'=>array('size'=>10, 'name'=>'Arial'));
protected $format = array();
/**
* Constructs one Moodle Format.