Excel file does not open on the first sheet

I export some data to an excel sheet using Aspose.Excel.
The excel file creates the main worksheet in which the exported data resides.
In addition. it also creates 7 additional excel sheets which hold the Aspose licence information.

I want to remove the additional seven sheets or make the first sheet display when the excel sheet opens.

How should i do this?

Hi, thanks for your consideration.

When you use evaluation license, a license sheet will be automatically added and show first. It will be removed automatically after you buy the license. You can use the Worksheets.ActiveSheetIndex property to set which sheet to show first.