Aspose Cells - Worksheet names are not displayed

Hi, I hope you can help me.
I have a spreadsheet that contains 15 worksheets.

Using aspose cells, I delete some of the worksheets that are not relevant to a project.
When I flush the spreadsheet to the screen, only one worksheet tab is visible, even though there are several worksheet in the spreadsheet.

Also, the content displayed is for the first spreadsheet, however the worksheet name displayed is for the final worksheet name.

The user has to click the worksheet name area in order to reveal all the worksheet names.

Please could you help me display all the worksheet names?

In C#, I set the active worksheet name as follows:

//Select the first sheet.
wb.Worksheets.ActiveSheetIndex = 0;

I have attached a file that demonstrates my issue.

Kind regards

Rob

Hi,


Thanks for your query.

Could you add the following line of code to your code:
e.g
Sample code:

wb.Settings.FirstVisibleTab = 0;

Let us know if you still have any issue.

Thank you.