Default sheet

I'm using aspose.excel to generate a file with two sheets, one has all the data and the other is a chart (very similar to the Costo Pareto Demo) but I want the chart sheet to be the sheet that is selected by default instead of the one with the data. Is this possible?

thanks for any help,

You can use Worksheets.ActiveSheetIndex to set the default worksheet. This property is only supported in a licensed copy.