0chroma
Results
11
issues of
0chroma
When getting cells lazily, hyperlinks don't seem to be read. For example, this works: ```rust let book = umya_spreadsheet::reader::xlsx::read(path.clone())?; let sheet = book.get_sheet(&0).unwrap(); let cells = sheet.get_collection_by_row(&2); let links =...