MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files
MIT License
239 stars 41 forks source link

Fix joining paths when target is absolute #134

Closed popen2 closed 9 months ago

popen2 commented 9 months ago

This happens when reading an Excel file with comments, their paths start with /xl/comments which crashes in src/structs/raw/raw_file.rs:67.

MathNya commented 9 months ago

@popen2 Thank you for this as well. We will merge them.