xls files need 521 bytes
vgambier-altus opened this issue · 1 comments
vgambier-altus commented
The documentation says to pass the first 261/262 bytes. However, after some testing, it seems that for .xls files, 261 bytes is not enough. Passing 520 bytes is not enough either. Passing 521 bytes is enough, and .xls files are correctly identified as .xls files.
This issue does not affect .xlsx files, which are correctly identified with only 261 bytes.
I'm not sure if this is a documentation issue or an implementation issue.