File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/PhpSpreadsheet/Writer/Xls
tests/PhpSpreadsheetTests/Writer/Xlsx Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2897,7 +2897,7 @@ private function writeCFRule(
2897
2897
$ flags |= (1 == self ::$ always0 ? 0x80000000 : 0 );
2898
2898
2899
2899
$ dataBlockFont = null ;
2900
- $ dataBlockAlign = null ;
2900
+ // $dataBlockAlign = null;
2901
2901
$ dataBlockBorder = null ;
2902
2902
$ dataBlockFill = null ;
2903
2903
Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ public function testIssue4025(): void
163
163
$ sheet ->getStyle ('P10:P11 ' )->setConditionalStyles ($ conditionalStyles2 );
164
164
165
165
$ sheet ->setSelectedCells ('A1 ' );
166
- $ oufil = 'issue.4025b.xlsx ' ;
167
166
$ writer = new XlsxWriter ($ spreadsheet );
168
167
169
168
$ writer ->getStylesConditionalHashTable ()->addFromSource ($ writer ->getWriterPartStyle ()->allConditionalStyles ($ spreadsheet ));
You can’t perform that action at this time.
0 commit comments