Fix for nested collapsed grouping when writing BIFF-format files, courtesy of ShadowEDX
This commit is contained in:
parent
59cb459899
commit
fe6273f8e0
|
@ -1247,7 +1247,7 @@ class PHPExcel_Writer_Excel5_Worksheet extends PHPExcel_Writer_Excel5_BIFFwriter
|
|||
|
||||
$grbit |= $level;
|
||||
if ($hidden) {
|
||||
$grbit |= 0x0020;
|
||||
$grbit |= 0x0030;
|
||||
}
|
||||
if ($height !== null) {
|
||||
$grbit |= 0x0040; // fUnsynced
|
||||
|
|
Loading…
Reference in New Issue