Using Microsoft Office Interop to create and parse Excel spreadsheets from ASP.NET

后端 未结 1 1042
野趣味
野趣味 2021-02-06 20:06

I have a new ASP.NET MVC project that has two requirements that require using the Office Interop DLLs to generate Excel spreadsheet files in Excel 2003 format by combining sever

相关标签:
1条回答
  • 2021-02-06 20:25

    Using Excel interop on the server is a reallyy bad idea. http://support.microsoft.com/kb/257757

    Alternatives are:

    Open source

    Excel 2003 ExcelLibrary http://code.google.com/p/excellibrary/downloads/list

    NPOI http://npoi.codeplex.com/

    Excel 2007

    ExcelPackage http://excelpackage.codeplex.com/

    Commercial

    Aspose Cells http://www.aspose.com/categories/.net-components/aspose.cells-for-.net/default.aspx

    0 讨论(0)
提交回复
热议问题