Change hash code for worksheet branch release1291 (#4306)

* Change hash code for worksheet

Backport of [PR #4207](https://github.com/PHPOffice/PhpSpreadsheet/pull/4207)

* Retitling Cloned Worksheets

Backport of PR #4302

* Make Test Php7.4 Compatible
This commit is contained in:
oleibman
2025-01-08 14:36:22 -08:00
committed by GitHub
parent 51635f6e83
commit be65fbe6a2
16 changed files with 257 additions and 37 deletions
@@ -40,5 +40,6 @@ class StringHelperInvalidCharTest extends TestCase
$sheet->getCell("A$row")->getValue()
);
}
$spreadsheet->disconnectWorksheets();
}
}