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 the order of children of the AutoFilter xml element #687

Merged
merged 1 commit into from
Nov 24, 2021

Conversation

pragmaware
Copy link

Certain AutoFilter objects (re)written by NPOI are rejected by Office 365 Excel.
It turns out that the order of the children element within the CT_AutoFilter schema matters
and filterColumn must come before sortState.

@tonyqus tonyqus added the bug label Nov 24, 2021
@tonyqus tonyqus added this to the NPOI 2.5.6 milestone Nov 24, 2021
@tonyqus tonyqus merged commit ed07e28 into nissl-lab:master Nov 24, 2021
@tonyqus tonyqus modified the milestones: NPOI 2.6.0, NPOI 2.5.6 Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants