Print multiple copies of a worksheet

Aspose.Cells provides the ability to print multiple copies of a worksheet by using the SheetRender.ToPrinter(PrintSettings PrinterSettings) method. The following code snippet demonstrates the use of the SheetRender.ToPrinter method to print multiple copies of a worksheet. This snippet uses the sample Excel file.

Sample Code