【问题标题】:Gembox Excel send directly to PrinterGembox Excel 直接发送到打印机
【发布时间】:2018-05-22 07:05:33
【问题描述】:

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

使用此示例:Gembox Example

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

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

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

【问题讨论】:

    标签: c# asp.net-mvc printing gembox-spreadsheet


    【解决方案1】:

    使用 ef.Print();

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

    发现于 Gembox documentation

    【讨论】:

      猜你喜欢
      • 2018-09-27
      • 2018-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-11-18
      • 2018-03-13
      • 1970-01-01
      相关资源
      最近更新 更多