MarkPflug/Sylvan.Data.Excel

Issue with OpenPackaging ".rel" paths

MarkPflug opened this issue · 2 comments

The file provided by @Mek7 in #99 (comment), contains OpenPackaging .rel paths that are "rooted" (start with a backslash), where typically these are relative. This is causing the code to not locate the appropriate zip entry, which is reported as an InvalidDataException.

@Mek7 Not sure if you were looking for a fix here, but this issue should be resolved with version 0.4.13-b0001 (prerelease) that I just pushed to nuget. A final release package (0.4.13) will be forthcoming. Let me know if that doesn't fix the problem.

Mek7 commented

Thank you, yes, a fix would be nice, however, at this time I decided to go a different route to read the .xlsx file, not using the Sylvan nuget. But I'm sure it will also help others.