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

MS Excel crashes when try to sort using auto filter #3

Open
Dimm38Rus opened this issue Jun 7, 2017 · 0 comments
Open

MS Excel crashes when try to sort using auto filter #3

Dimm38Rus opened this issue Jun 7, 2017 · 0 comments

Comments

@Dimm38Rus
Copy link

Hello,
Subject happened on MS Excel 2007, 2010, 2016, when auto filter created with Worksheet::setAutoFilter.
Solution: adding to workbook.xml definedNames, like this:

<definedNames>
<definedName name="_xlnm._FilterDatabase" localSheetId="1">SplitPanes!$A$1:$B$1</definedName>
<definedName name="_xlnm._FilterDatabase" localSheetId="0">FrozenPanes!$A$1:$B$1</definedName>
</definedNames>
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

No branches or pull requests

1 participant