Is there a way to use closedxml in c# to activate the last excel worksheet? I've already used the SetTabActive() method, but the worksheet bar isn't activated.
workbook.Worksheet(83).SetTabActive().SetTabSelected();
workbook.SaveAs(openFileDialog1.FileName);
when I'm saving excel file, it was opened like this:
But I would like to see it like this: