Print multiple copies of a worksheet

Aspose.Cells for Python via .NET provides the ability to print multiple copies of a worksheet by using the SheetRender.to_printer(printer_settings) method. The following code snippet demonstrates the use of SheetRender.to_printer(printer_settings) method to print multiple copies of a worksheet. The following code snippet uses this sample excel file.

Sample Code