Skip to content

Commit e7ec267

Browse files
committed
Remove image headerfooter
1 parent cb06fe6 commit e7ec267

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/excel/ArrayDataToExcel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function create($saveAsFile=true, $filename=null)
5858

5959
// Set Footer
6060
$worksheet->getHeaderFooter()
61-
->addImage(new HeaderFooterDrawing, $options['header_imagePosition'])
6261
->setOddHeader("&L&G&C&H".$options['company'])
6362
->setOddFooter("&L&B".$options['title']."&RPage &P of &N");
6463

@@ -163,7 +162,6 @@ protected function getDefaultOptions()
163162
'page_size'=>PageSetup::PAPERSIZE_A4,
164163
'margin_left'=>0.3,
165164
'margin_right'=>0,
166-
'header_imagePosition'=>HeaderFooter::IMAGE_HEADER_LEFT,
167165
'header_fillType'=>Fill::FILL_SOLID,
168166
'header_fillColor'=>'EAEAEA',
169167
'cell_freezePane'=>'A2',

0 commit comments

Comments
 (0)