Dear Aspose Team,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
First – congratulations for you excellent product!
I have 1 small question. I have template Excel file in which have 3 sheets. I open this file, then fill it with my data and finally I want to make current let say let say sheet2 so when user open Excel this sheet to be first which he see. How to do this ?
I try with this code, it not produce error, but not do what I need.
Worksheets sheets = wb.Worksheets;
Worksheet Sh1 = wb.Worksheets[SheetNumInExcel];
wb.Worksheets.ActiveSheetIndex = SheetNumInExcel;
// this do not work