feat: Format decimals in formula or change the behavior of `ROUND` when convert `decimals` to `string`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 15.6k
- Forks
- 1.4k
- Avg merge
- 20m
- Merged PRs (30d)
- 1
Description
I have an idea for this project.
## Why?
Formated decimals will make the table much readability and pretty
## What?

- Formula in the picture is: `CONCATENATE(ROUND({value}/7*100, 2),"/100g")`.
- The length of column `formula` is not the same and make it not pretty
## How?
- Add functions that allow formatting decimals, similar to the command `printf` in `C` language.
- Or make the `ROUND` keep the last zero after converting to a `string`.
Contributor guide
Assessment
This issue has not been assessed yet.