Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
Status: New
Excel Library: support insert copy row

if filter is set in program like below

worksheet.FilterSettings.SetRegion("A2:G2");

String[] categories = new string[] {"High", "Medium"};

worksheet.FilterSettings.ApplyFixedValuesFilter(0, false, categories);

filter is set and it odes not support insert copy row command on Excel. and cannot insert row

the reason why above code needed was to set filtering on worksheet.

If a customer sets worksheet filtering in excel, nothing has been filtered out and can insert rows.

Summary: 

The customer wants to achieve following state with Excel Library - worksheet filtering is on, but nothing is filtered