-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sheets not found due to sheets being referenced by absolute path. #171
Comments
Hi @luke-clifton could you attach a test file maybe? I'd try to find some time over the weekend |
If I make the below change, it can parse my file. (I've added the
The file is the Profile.xlsx found in the Garmin FIT SDK I've attached it here as well. |
@luke-clifton I've checked the spec and according to the section "7.3.4 Mapping logical item names to ZIP item names" of Part 2 “Open Packaging Conventions” at https://ecma-international.org/publications-and-standards/standards/ecma-376/ we need to
I guess the part of interleaved parts is not applicable to xlsx (at least I don't remember such a thing) Line 707 in 426eb0a
|
Fixed in #172 |
I have an xlsx file that won't parse because:
That file is in the archive, but it seems that
findEntryByPath
returnsNothing
with the leading slash.xlsx/src/Codec/Xlsx/Parser.hs
Line 358 in 426eb0a
The text was updated successfully, but these errors were encountered: