ASP.Net Com-InterOp Excel Generation issue when hosting

后端 未结 9 1372
野性不改
野性不改 2021-01-04 10:08

In my ASP.Net application I\'m generating a Excel file using MsExcel Object Libby (Com-InterOp) . The application worked fine in the VS dev. environment.

But when I

9条回答
  •  攒了一身酷
    2021-01-04 10:38

    Microsoft does not recommend or support server-side Automation of the Excel application in a server environment like ASP.NET, see here . Better use Excel package plus (xslx) or Excel library (xls)

提交回复
热议问题