| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| Parent folder | |||
| 5.2.0 source code.tar.gz | 2025-10-26 | 1.0 MB | |
| 5.2.0 source code.zip | 2025-10-26 | 1.4 MB | |
| README.md | 2025-10-26 | 3.3 kB | |
| Totals: 3 Items | 2.4 MB | 122 | |
Added
- This release should be usable with Php8.5 Release Candidates without deprecation messages.
 - Option to display numbers with less precision. Issue [#4626] PR [#4640]
 - Offer Tcpdf Interface which throws exception rather than die. PR [#4666]
 - Xls Reader ListWorksheetDimensions method. PR [#4689]
 
Deprecated
- Worksheet::getHashInt serves no useful purpose. No replacement.
 - Spreadsheet::getId serves no useful purpose. No replacement.
 
Fixed
- Performance improvement when working with large amounts of cells. Issue [#4607] PR [#4609]
 - Minor improvements to Calculation coverage. PR [#4624]
 - Conditional formatting in extLst. Issue [#4629] PR [#4633]
 - Php8.5 deprecates use of null as array index. PR [#4634]
 - Wrapped cells and default row height. Issue [#4584] PR [#4645]
 - For Php8.5, replace one of our two uses of 
__wakeupwith__unserialize, and eliminate the other. PR [#4639] - Use prefix _xlfn for BASE function. Issue [#4638] PR [#4641]
 - Warning messages with corrupt Xls file. Issue [#4647] PR [#4648]
 - Additional support for union and intersection. PR [#4596]
 - Missing array keys x,o,v for Xml Reader. Issue [#4668] PR [#4669]
 - Missing array key x for Xlsx Reader VML. Issue [#4505] PR [#4676]
 - Better support for Style Alignment Read Order. Issue [#850] PR [#4655]
 - More sophisticated workbook password algorithms (Xlsx only). Issue [#4673] PR [#4675]
 - Xls Writer fix DIMENSIONS record. Issue [#4682] PR [#4687]
 - Xls Reader listWorksheetInfo process MULRK records. PR [#4689]
 - Make Reader Xls Escher generic. PR [#4690]