About number of sheet in Workbook in ASPOSE cell

By default when we save xls file using ASPOSE cell its create three workaheet in xls file.

Is any way in Aspose to create only one sheet per woorkbook?

Hi,

No, by deafult Aspose.Cells generates the output file with a single worksheet in it. And you may use Worksheets.RemoveAt() method to erase the worksheet.

Thank you.