Specify Job or Document Name while printing with Aspose.Cells

Specify Job or Document Name while printing with Aspose.Cells

The sample code loads the source Excel file and then sends it to printer by specifying the job or document name using the WorkbookRender.ToPrinter(printerName, jobName) and SheetRender.ToPrinter(printerName, jobName) methods.

Sample Code