feat: Format decimals in formula or change the behavior of `ROUND` when convert `decimals` to `string`
Đang mở
enhancement
- Ngôn ngữ chính
- TypeScript
- Star
- 15.6k
- Fork
- 1.4k
- Merge trung bình
- 20 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
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`.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.