I already searched in Stackoverflow and found few samples using Interop.Excel.
I am using Office 2016 and Interop.Excel is targeted at 2013. I want to read an excel file located in a Sharepoint path from my C# application. User will change a cell value from the application and it should get updated in the Sharepoint file.
I checked few samples of ClosedXML but these are accessing local file and not Sharepoint.