pub fn parse_workbook<R: BufRead>(
reader: R,
rels: &BTreeMap<String, String>,
) -> Result<(Vec<SheetInfo>, bool)>Expand description
Parse the workbook itself Returns a vector of SheetInfo and a boolean indicating if the 1904 date system is used