Implements simple formatting for numbers in tablespan.
Usage
format_number(decimals, sep_mark = ",", dec_mark = ".")
Arguments
- decimals
the number of decimals to show
- sep_mark
optional symbol used to separate thousands
- dec_mark
symbol used to separate decimals