mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-23 05:46:06 +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
|
* @var bool
|
||||||
*/
|
*/
|
||||||
private $_zeroHeight = true;
|
private $_zeroHeight = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Visible?
|
* Visible?
|
||||||
|
Loading…
Reference in New Issue
Block a user