【发布时间】: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