How to add multiple worksheets?

Hi,

In Aspose.cells , i only get options to add rows /columns to worksheet. I want to know how to add multiple worksheets to a workbook.

Regards,

Soumya

Please try to use Workbook.Worksheets.Add method.

Hi Laurance,

Thanks for the help . Infact i found out that Workbook.Worksheets.Add () existed after i posted the query. Thanks once again