alias

Sheety::Functions::CellValue

Type alias for Excel cell values BigFloat is used for arbitrary precision arithmetic where it matters (e.g. SUM), while Float64 is accepted as the natural result of most math functions (Math.sqrt, Random.rand, etc.) so we don't fight the standard library's numeric types.