mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-23 16:49:29 +00:00
General performance improvements, and specific improvements in the CSV Reader
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@65064 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
@@ -337,13 +337,13 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
|
||||
$this->_pageSetup = new PHPExcel_Worksheet_PageSetup();
|
||||
|
||||
// Set page margins
|
||||
$this->_pageMargins = new PHPExcel_Worksheet_PageMargins();
|
||||
$this->_pageMargins = new PHPExcel_Worksheet_PageMargins();
|
||||
|
||||
// Set page header/footer
|
||||
$this->_headerFooter = new PHPExcel_Worksheet_HeaderFooter();
|
||||
|
||||
// Set sheet view
|
||||
$this->_sheetView = new PHPExcel_Worksheet_SheetView();
|
||||
$this->_sheetView = new PHPExcel_Worksheet_SheetView();
|
||||
|
||||
// Drawing collection
|
||||
$this->_drawingCollection = new ArrayObject();
|
||||
@@ -351,14 +351,6 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
|
||||
// Protection
|
||||
$this->_protection = new PHPExcel_Worksheet_Protection();
|
||||
|
||||
// Gridlines
|
||||
$this->_showGridlines = true;
|
||||
$this->_printGridlines = false;
|
||||
|
||||
// Outline summary
|
||||
$this->_showSummaryBelow = true;
|
||||
$this->_showSummaryRight = true;
|
||||
|
||||
// Default row dimension
|
||||
$this->_defaultRowDimension = new PHPExcel_Worksheet_RowDimension(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user