Potential Bug Load/Save AutoFilter

Attached is a sample file. If I load this file then save it using Aspose something funny happens when I open Excel.

The auto filter stays enabled but it shows a lot more cells than it should be.


Hi,

I don’t find the problem using the following code with the attached latest fix(v4.8.1.6).

Sample code:
Workbook workbook = new Workbook();
workbook.Open(“f:\test\TestAB.xls”);
workbook.Save(“f:\test\outFile.xls”);

Could you try it. If you still find the issue, kindly give us more details about the issue.

Thank you.