Enum simple_excel_writer::sheet::CellValue [] [src]

pub enum CellValue {
    Bool(bool),
    Number(f64),
    String(String),
}

Variants