You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Xlsx Reader speed (backport of PR #4153 intended for 3.0.0). Issue #3917
Change to Csv Reader (see below under Deprecated). Backport of PR #4162 intended for 3.0.0. Issue #4161
Tweak to AMORDEGRC. Backport of PR #4164 intended for 3.0.0.
Changed
Images will not be added to spreadsheet if they cannot be validated as images.
Deprecated
Php8.4 will deprecate the escape parameter of fgetcsv. Csv Reader is affected by this; code is changed to be unaffected, but this will mean a breaking change is coming with Php9. Any code which uses the default escape value of backslash will fail in Php9. It is recommended to explicitly set the escape value to null string before then.