mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 21:36:05 +03:00
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
Block a user