Here is how I specify the filter:
- Code: Select all
CTAutoFilter filter = new CTAutoFilter();
filter.setRef("A8:L8");
worksheet.setAutoFilter(filter);
When I open the .docx file in Excel (2010), I see the filter marks. But if I try to sort ascending or descending, Excel crashes.
If I manually remove the filter, then recreate it on ...

News of Plutext