package
0.0.4
Repository: https://github.com/zhanghup/go-tools.v2.git
Documentation: pkg.go.dev

# Functions

DecimalToFraction converts a floating point value into a fraction approximation with at most nn digits in the numerator and nd digits in the denominator.
DecimalToWholeFraction converts a floating point value into a whole number and fraction approximation with at most nn digits in the numerator and nd digits in the denominator.
NewCell creates a new cell value from any builtin type.
NewCellWithType creates a new cell value with the given type, coercing as necessary.

# Constants

CellType annotations for various cell value types.
CellType annotations for various cell value types.
CellType annotations for various cell value types.
CellType annotations for various cell value types.
internal type to separate URLs.
CellType annotations for various cell value types.
placeholder, internal use only.
CellType annotations for various cell value types.

# Structs

Formatter contains formatting methods common to Excel spreadsheets.
Sheet holds raw and rendered values for a spreadsheet.

# Type aliases

Cell represents a single cell value.
CellType annotates the type of data extracted in the cell.
FmtFunc will format a value according to the designated style.