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

Add ZipArchiveReader #84

Merged
merged 4 commits into from
Feb 7, 2024
Merged

Add ZipArchiveReader #84

merged 4 commits into from
Feb 7, 2024

Conversation

HLWeil
Copy link
Member

@HLWeil HLWeil commented Feb 2, 2024

Straightforward reader for xlsx files, which opens up the zip archives with System.IO.Compression.ZipArchive and reads the parts using System.Xml.XmlReader.
Achieves around 4-5 times higher speed than using DocumentFormat.OpenXml.

Copy link
Collaborator

@Freymaurer Freymaurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@HLWeil HLWeil merged commit 6cc4d8d into main Feb 7, 2024
2 checks 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.

None yet

2 participants