Struct simple_excel_writer::sheet::Cell [] [src]

pub struct Cell {
    pub column_index: u8,
    pub value: CellValue,
}

Fields