You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Died on reading file workbook, err := xls.OpenFile(*filename)
Can read the same file with PHP package phpoffice/phpspreadsheet
PHP found 0x31 4 symbols, this package find only 3 and next is 0x6d, but should be 0x31
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). I fixed it in my fork.
Version: 0.9.10
Stack trace:
Died on reading file
workbook, err := xls.OpenFile(*filename)
Can read the same file with PHP package
phpoffice/phpspreadsheet
PHP found
0x31
4 symbols, this package find only 3 and next is0x6d
, but should be0x31
Input file:
Untitled 5.xls.zip
The text was updated successfully, but these errors were encountered: