Skip to content

Commit 4a0c419

Browse files
committed
Fix Xlsx Writer Data Validation
Fix issue PHPOffice#2368. PR PHPOffice#2265 moved the place where data validations were written to the worksheet. PR PHPOffice#1694 was installed afterwards, and accidentally restored the original location, so validations are now being written twice.
1 parent ca5bd9b commit 4a0c419

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ public function writeWorksheet(PhpspreadsheetWorksheet $worksheet, $pStringTable
8585
// conditionalFormatting
8686
$this->writeConditionalFormatting($objWriter, $worksheet);
8787

88-
// dataValidations
89-
$this->writeDataValidations($objWriter, $worksheet);
90-
9188
// hyperlinks
9289
$this->writeHyperlinks($objWriter, $worksheet);
9390

0 commit comments

Comments
 (0)