Skip to content

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

Merged
appel1 merged 1 commit into
ExcelDataReader:developfrom
PanosKousidis:develop
Aug 8, 2023
Merged

Handle the partial-byte-reads-in-stream breaking change in .NET6#645
appel1 merged 1 commit into
ExcelDataReader:developfrom
PanosKousidis:develop

Conversation

@PanosKousidis

Copy link
Copy Markdown

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

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