- πΊπΈUnited States dbouman
This is still an issue, I just applied patch #4 and it works for me.
- Status changed to Active
5 months ago 6:50pm 13 November 2024 - πΊπΈUnited States dbouman
This is still an issue and patch needs to be re-rolled to work with latest version of module.
- π«π·France mably
Would be an interesting feature to have, but I think it should not be enabled by default, we could use a custom settings for that.
We have recently added two new settings to allow trimming whitespaces and stripping html, it could be added there.
Related issue : π Make the formatValue filters configurable Needs work
Feel free to open an MR for this.
- First commit to issue fork.
- Merge request !44Preventing large numbers from being fromatted in scientific format β (Open) created by Unnamed author
- π§πΎBelarus aylis
Just commited an easy workaround that worked for me: use of StringValueBinder with large numbers prevents them from being initially formatted by Excel in scientific format.
Applying mentioned valueBinder only for numbers of length 12 or longer, as numbers with smaller amount of digits not being converted to scientific format.