Hi,
My old code using Microsoft.Office.Interop.Excel COM component to do some operations for excel files by programming.
I'm now porting the code to asp.net core mvc, when I run the web app on linux. Will the relevant code work on linux? If no, are there any other equivalent way to do such things.
Thanks