Fix for nested collapsed grouping when writing BIFF-format files, courtesy of ShadowEDX

This commit is contained in:
MarkBaker 2014-07-26 19:46:00 +01:00
parent 59cb459899
commit fe6273f8e0
1 changed files with 1 additions and 1 deletions

View File

@ -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