简体   繁体   中英

Gembox Excel send directly to Printer

I have made a web application where i can write out reports in Excel, using the Gemboxs features.

Using this Example: Gembox Example

Now i would like to send it directly to the Printer, which is connected to the server the web application is running on.

The web application is made in .Net Mvc.

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

Use the ef.Print();

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

Found on the Gembox documentation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM