查资料看了2种解决方法: 1.通过办公软件dll转换,用flans去看 2.通过Aspose转换成pdf格式,在用js前台读pdf(我用的pdf.js) 今天我解决的就是WORD/EXCEL/PPT 转化成 PDF ,然后 PDF在线阅读 1.WORD/PPT/EXCEL转PPT类(很简单的) using Aspose.Words; using Aspose.Cells; using Aspose.Slides; /// <summary> /// Office2Pdf 将Office文档转化…
原文发布时间为:2011-01-21 -- 来源于本人的百度文章 [由搬家工具导入] IEnumerable - DataTable Export to Word / Excel / PDF / HTML 源码下载地址: http://exporter.codeplex.com/SourceControl/list/changesets…
[MVC] 页面导出 WORD, EXCEL 前端 js function output() { var para = new Object(); para.html = getHtml("outputData"); para.type = "excel"; getAjaxText("/Test/SaveData", para, function (data) { if (data != "") { openWindow(st…