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
nicholasruunu
changed the title
Prepending zero on negative percentage numbers -1.0<n<-0.9
Prepending zero on negative percentage numbers -10<n<-9
Feb 27, 2024
This is:
What is the expected behavior?
-9.0%, -9.1%, -9.2%, -9.3%, -9.4%, -9.6%, -9.6%, -9.7%, -9.8%, -9.9%, -1.0%
What is the current behavior?
-9.0%, -09.1%, -09.2%, -09.3%, -09.4%, -09.6%, -09.6%, -09.7%, -09.8%, -09.9%, -1.0%
What are the steps to reproduce?
What features do you think are causing the issue
Which versions of PhpSpreadsheet and PHP are affected?
Tried 1.29 and 2.0.0
The text was updated successfully, but these errors were encountered: