Skip to main content

SheetData

Type Alias SheetData 

Source
pub type SheetData = HashMap<i32, HashMap<i32, Cell>>;
Expand description

Internal representation of Excel’s sheet_data It is row first and because of this all of our API’s should be row first

Aliased Type§

pub struct SheetData { /* private fields */ }