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

Fix dimension writing in FastMode #659

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

Discolai
Copy link
Contributor

@Discolai Discolai commented Aug 23, 2024

A recent refactoring in #602 broke excel writing in FastMode if the input collection was an IEnumerable.

The issue was caused by a missing call to reset the position after seeking back to overwrite the placeholder

@Discolai
Copy link
Contributor Author

Seems like i have a few things to fix first 😄

@Discolai Discolai marked this pull request as draft August 23, 2024 10:57
@Discolai Discolai linked an issue Aug 23, 2024 that may be closed by this pull request
4 tasks
@Discolai Discolai marked this pull request as ready for review August 23, 2024 11:14
@shps951023 shps951023 merged commit 29d4ee8 into mini-software:master Aug 25, 2024
3 checks passed
@shps951023
Copy link
Member

@Discolai ❤ Merged

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.

Saving an excel file using FastMode creates an invalid excel file
2 participants