kleeon
kleeon
I've been looking into this issue for the past day and I found a couple of things. Firstly, there is a bug on this line: https://github.com/shakinm/xlsReader/blob/cb2bf4031fc7b9d539e3d07ab15219ff240630d7/xls/record/sst.go#L83 The header size here...
This could be related to issue #13. Try [my fork](https://github.com/kleeon/xlsReader) and see if it fixes your issue.
This is happening due to improper handling of mini-FAT container streams. Before reading mini-FAT stream, container stream has to be read first ([Section 6.1](http://www.openoffice.org/sc/compdocfileformat.pdf)). I fixed it in [my fork](https://github.com/kleeon/xlsReader).
Same issue here. This happens only for some documents. I also tried sergeilem's fork and it didn't change anything.