mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
1.3.10
This commit is contained in:
parent
21b1d9a4b8
commit
80091bb9be
@ -449,7 +449,7 @@ class SimpleXLSXGen
|
||||
}
|
||||
$sides = [ 'left' => 3, 'right' => 1, 'top' => 0, 'bottom' => 2, 'diagonal' => 4];
|
||||
foreach ($sides as $side => $idx) {
|
||||
$s = '';
|
||||
$s = 'thin';
|
||||
$c = '';
|
||||
|
||||
$va = explode('#', $ba[$idx]);
|
||||
@ -459,7 +459,6 @@ class SimpleXLSXGen
|
||||
} elseif (in_array($va[0], $this->BR_STYLE, true)) {
|
||||
$s = $va[0];
|
||||
} else {
|
||||
$s = 'thin';
|
||||
$c = $va[0];
|
||||
}
|
||||
if (strlen($c) === 6) {
|
||||
|
Loading…
Reference in New Issue
Block a user