forcer wrap=false par défaut
This commit is contained in:
parent
702ef1cb4f
commit
c8db7095c9
@ -289,8 +289,12 @@ class SpoutBuilder extends AbstractBuilder {
|
|||||||
"font" => ["bold" => true],
|
"font" => ["bold" => true],
|
||||||
"bg_color" => "gray",
|
"bg_color" => "gray",
|
||||||
]);
|
]);
|
||||||
|
self::set_defaults($sheetParams, "odd_style", [
|
||||||
|
"wrap" => false,
|
||||||
|
]);
|
||||||
self::set_defaults($sheetParams, "even_style", [
|
self::set_defaults($sheetParams, "even_style", [
|
||||||
"bg_color" => "light_gray",
|
"bg_color" => "light_gray",
|
||||||
|
"wrap" => false,
|
||||||
]);
|
]);
|
||||||
$this->ensure_style($sheetParams["header_style"]);
|
$this->ensure_style($sheetParams["header_style"]);
|
||||||
$this->ensure_style($sheetParams["odd_style"]);
|
$this->ensure_style($sheetParams["odd_style"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user