Row zeroHeight should default to false
This commit is contained in:
parent
893086df31
commit
0f5b94daeb
|
@ -56,7 +56,7 @@ class PHPExcel_Worksheet_RowDimension
|
|||
*
|
||||
* @var bool
|
||||
*/
|
||||
private $_zeroHeight = true;
|
||||
private $_zeroHeight = false;
|
||||
|
||||
/**
|
||||
* Visible?
|
||||
|
|
Loading…
Reference in New Issue