NPOI可以在没装OFFICE的情况下操作EXCEL,WORD等,也不用在程序中引用微软的office组件。另外还有在MVC中把HTMLTABLE导出EXCEL的方法,要以很省力啦。 代码如下: usingNPOI; //…… publicFileResultGetFile(stringhtml) { html=Server.UrlDecode(html); ExportFileresult=newExportFile(html); result.Ale