not entirely sure how to repro tbh, and due to circumstances i cannot obtain the backtrace to know exactly why this error is happening. however, the panic is happening at src/structs/raw/raw_file.rs:76:63.
the xlsm file definitely exists (since i'm opening the file via reader::xlsx::read_file and the File::open there isn't failing) so it seems to be due to an entry missing from the zip that this library code expects to exist
not entirely sure how to repro tbh, and due to circumstances i cannot obtain the backtrace to know exactly why this error is happening. however, the panic is happening at
src/structs/raw/raw_file.rs:76:63.the xlsm file definitely exists (since i'm opening the file via
reader::xlsx::read_fileand theFile::openthere isn't failing) so it seems to be due to an entry missing from the zip that this library code expects to exist