开发者

print an excel file in the client machine

开发者 https://www.devze.com 2023-01-30 16:03 出处:网络
I have an excel file located in the server. I need to allow the user to print the excel file from a web application. The printing must be done in the machine where the web applicaiton is launched(cli

I have an excel file located in the server. I need to allow the user to print the excel file from a web application. The printing must be done in the machine where the web applicaiton is launched(client machine). Is there any simple way to do it. I am using C#开发者_运维技巧 .net 4.0, javascript. Thanks


you may consider using 3rd party products as :

  1. Aspose Cells http://www.aspose.com/categories/product-family-packs/aspose.cells-product-family/default.aspx you can convert EXCEL file to HTML and then print it on client machine just regular html .

  2. Telerik http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/exporting/defaultcs.aspx


TMS TMS Flexcel Studio for .NET can convert the XLS file to a PDF. Stream the PDF back to the web client. It is very reasonably priced, without any server royalties.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号