mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 01:08:34 +00:00
7ce0184f8e
Xls Reader processing Conditionals interferes with the previously established SelectedCells. Make sure that value is restored. StopIfTrue should always be set for Xls spreadsheet. Set NoFormatSet to true unless any of Font, Fill, or Borders is specified in Conditional Style. In my notes for PR #3372, I mentioned that I could not include some Xls tests because of errors in the software at that time. This PR fixes those errors, so I am adding the missing test, and making the equivalent Xlsx test more comprehensive.