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
Hello,i use CryptoOffice to analysis a xlsx and a pptx file,but it stoped at OLEFile(path) of the method "try Header(&stream, fileSize: fileSize, path: path)" and the inner method "guard stream.readData(ofLength: magic.count) == magic else { throw OLEError.fileIsNotOLE(path) }", how to solve the problem?
I can use CoreXLSX to get the same xlsx file. so what's wrong with the OLEKit?
The text was updated successfully, but these errors were encountered:
Hello,i use CryptoOffice to analysis a xlsx and a pptx file,but it stoped at OLEFile(path) of the method "try Header(&stream, fileSize: fileSize, path: path)" and the inner method "guard stream.readData(ofLength: magic.count) == magic else { throw OLEError.fileIsNotOLE(path) }", how to solve the problem?
I can use CoreXLSX to get the same xlsx file. so what's wrong with the OLEKit?
The text was updated successfully, but these errors were encountered: