We are using Microsoft.Office.Interop.Excel in a .NET Core application to read and write Excel files. Our Excel files have micro formulas.
Microsoft.Office.Interop.Excel
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?