mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 19:46:31 +00:00
Row zeroHeight should default to false
This commit is contained in:
@@ -56,7 +56,7 @@ class PHPExcel_Worksheet_RowDimension
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
private $_zeroHeight = true;
|
||||
private $_zeroHeight = false;
|
||||
|
||||
/**
|
||||
* Visible?
|
||||
|
||||
Reference in New Issue
Block a user