PhpSpreadsheet
PhpSpreadsheet copied to clipboard
Some methods removed in v2.0 but not mentioned in CHANGELOG file
Some methods (ex.: setCellValueByColumnAndRow) has been removed in v2.0 but not mentioned in the CHANGELOG file.
Please consider updating it as it might misleading for whom are using this package.
It does kind of get a mention:
All deprecated things have been removed, for details, see 816b91d0b4
And then, in the code linked by the above
The method had also been flagged as deprecated for several releases before 2.0, specifically in release 1.23.0 on 24th April 2022, when it appeared in the Change Log.
Hopefully release notes for 3.3.0 (should have been 3.0.0, but I made a typo) were clearer about what has gone away, and how to deal with it. Closing this issue. Feel free to add comments if I still missed the mark.