creek icon indicating copy to clipboard operation
creek copied to clipboard

Parse XLSX files with unusual structure

Open stenlarsson opened this issue 1 year ago • 1 comments

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.

stenlarsson avatar Oct 09 '24 12:10 stenlarsson