pub fn parse_workbook<R: BufRead>( reader: R, rels: &BTreeMap<String, String>, ) -> Result<(Vec<SheetInfo>, bool)>