Skip to main content

Module format

Module format 

Source
Expand description

Cell formatting: convert a Cell to a display string with configurable number formatting, date formatting, or a custom closure.

Structs§

DateFormatter
Formats cell values using a strftime-style format string.
DefaultFormatter
Uses the cell’s Display impl without modification.
NumberFormatter
Formats Cell::Int and Cell::Float with configurable decimal places and optional thousands separators. Non-numeric cells fall back to DefaultFormatter.

Traits§

CellFormatter
Format a Cell value as a display string.