Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle the partial-byte-reads-in-stream breaking change in .NET6 #645

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

PanosKousidis
Copy link

Issue
When the client application uses .NET6+, large xlsb files may not be parsed correctly

Cause
The was a breaking change introduced in .NET 6 that makes the DeflateStream behave differently than currently expected in BiffReader.cs

Fix
If the framework is .NET 6 onwards, the stream read logic needs to be handled differently

Closes #637

@appel1 appel1 merged commit 93275f9 into ExcelDataReader:develop Aug 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot Read .xlsb file in .NET 7
2 participants