Saving Excel files to the printer instead of the file system

I have an application that creates several hundred excel spreadsheets. I would like to send them to a printer instead of the file system. Is this possible?

Hi,

Well, printing feature will be supported in our upcomming versions of Aspose.Cells as we have already plan for it.

Thank you.

Got around this using the Microsoft.Office.Interop.Excel namespace. The workbook object has a PrintOut method.

Hi,

Nice workaround :)