Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Nov 11, 2023
1 parent 89c929e commit 735a0ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ExcelWorkbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ private function createStylesXml(): string
$font2->appendChild($family2);
$family2->setAttribute('val', '2');

// ----

// Create the root element <fills>
$fills = $dom->createElement('fills');
$styleSheet->appendChild($fills);
Expand Down Expand Up @@ -303,7 +301,6 @@ private function createStylesXml(): string
$xf2->setAttribute('xfId', '0');
$xf2->setAttribute('applyFont', '1'); // Apply bold font

// ---
// Create the root element <cellStyles>
$cellStyles = $dom->createElement('cellStyles');
$styleSheet->appendChild($cellStyles);
Expand Down

0 comments on commit 735a0ee

Please sign in to comment.