How to access Excel file using COM+ application in .NET Core

Dec 13 2021 6:05 AM

We are using Microsoft.Office.Interop.Excel in a .NET Core application to read and write Excel files. Our Excel files have micro formulas.

In order to access the Excel files, by default Interop is using DCOM config object (com objects by com excel reference). We want, that Interop use COM+ Application in place of DCOM config excel object.

Could you please assist how we can use COM+ for Interop?


Answers (1)