mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
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:
parent
d41210cf0f
commit
9bd5c31d11
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user