`TEXT()` function should support popular currency formats
Description
Our implementation of TEXT() supports less formats than Excel. We should expand it. Particularly, format $#,##0.00 should be supported.
Alternatively, we can add a config option stringifyCurrency similar to stringifyDateTime
Links
- https://handsoncode.slack.com/archives/C031GBX62SE/p1672832825163179 (internal discussion)
- https://github.com/handsontable/hyperformula/issues/1138
- https://github.com/handsontable/hyperformula/issues/1134
@sequba is there any chance of getting this one prioritised? Or any suggested workaround? It's causing me some real problems... Thanks!
The scope of the upcoming release is already locked, but we'll try to fit this issue into the next one.
@sequba any update on prioritising this one?
Hi @grahamorrell,
Currently, we have other tasks on our roadmap that are more important for the development of HyperFormula. However, bear in mind that HyperFormula is an open-source project. We are open to contributions from the community and we would be delighted to collaborate on that feature. Implementing it should be relatively straightforward.