ExcelSaveOptionsMinimizeTheNumberOfWorksheets Property
Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool MinimizeTheNumberOfWorksheets { get; set; }

Property Value

Type: Boolean
See Also