Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Number ¶
Number is used to format a number with a format string. If the format string is empty, then General number formatting is used which attempts to mimic Excel's general formatting.
func NumberGeneric ¶
NumberGeneric formats the number with the generic format which attemps to mimic Excel's general formatting.
Types ¶
type Format ¶
type Format struct {
Whole []Token
Fractional []Token
Exponent []Token
IsExponential bool
// contains filtered or unexported fields
}
Format is a parsed number format.
Click to show internal directories.
Click to hide internal directories.