Gembox Excel 直接发送到打印机

Gembox Excel send directly to Printer

我制作了一个 Web 应用程序,我可以使用 Gemboxs 功能在 Excel 中写出报告。

使用这个例子:Gembox Example

现在我想将它直接发送到打印机,它连接到 Web 应用程序 运行 所在的服务器。

Web 应用程序是在 .Net Mvc 中制作的。

ef.Save("Hello World.xlsx"); // Where "ef" is The ExcelFile.

使用 ef.Print();

 // Print to default printer using default options
 this.ef.Print();

发现于 Gembox documentation