Skip to content

Commit 8a1d424

Browse files
authored
Merge pull request #3942 from oleibman/issue3935
Invalid Builtin Defined Name in Xls Reader
2 parents 2a8345d + 5fb1fb4 commit 8a1d424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpSpreadsheet/Reader/Xls.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,6 +2740,7 @@ private function readDefinedName(): void
27402740
$formula = $this->getFormulaFromStructure($formulaStructure);
27412741
} catch (PhpSpreadsheetException) {
27422742
$formula = '';
2743+
$isBuiltInName = 0;
27432744
}
27442745

27452746
$this->definedname[] = [

0 commit comments

Comments
 (0)