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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user