How to print the Aspose. Cells. GridDesktop. GridDesktop?

How to print the Aspose. Cells. GridDesktop. GridDesktop?

@Diego2020,

The feature is not supported in Aspose.Cells.GridDesktop for .NET APIs. You may workaround it by using the following approach.

First export/save your GridDesktop workbook into memory stream and then you will create Aspose.Cells Workbook object from the resultant memory stream using its constructor. Now you may instantiate WorkbookRender object with respect to workbook (you created earlier) and then use its WorkbookRender.ToPrinter() method for the purpose.