| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This has conflicts with master because I based it on 2.5.3 which doesn't have the performance regressions described in #122. |
Sorry, something went wrong.
Normally you will find `workbook.xml` in the `xl` directory, but recently we got a file where it was located in the root. To find the actual location of workbook, we must parse the file `_rels/.rels`. A separate rels file located relative to the workbook then points out the locations of the sheets, styles and shared strings.
We found an XLSX missing the `_rels/.rels` file, and in this case falling back to the default path worked.
| Back | FazBrowse Home | New Git URL |
Normally you will find workbook.xml in the xl directory, but recently we got a file where it was located in the root.
To find the actual location of workbook, we must parse the file _rels/.rels. A separate rels file located relative to the workbook then points out the locations of the sheets, styles and shared strings.