test.xlsx
When this file is read and then written, the rules that reference only one sheet are lost.
I believe those rules are overwritten by the other rule here and I think it has to do with them having the same cell range.
https://github.com/PHPOffice/PhpSpreadsheet/blob/fb51c3d964f7e03b48ccf19bd2098109b137ba97/src/PhpSpreadsheet/Reader/Xlsx.php#L847
Also, the rule that references both sheets loses its font color and its 'stop if true' value.
PHP 8.2
PHPSpreadsheet 1.29