Is it possible to read excel file located at web server using closed xml.
I have tried but it popped out "URI formats are not supported".
fName = "http://cip-mis.aviyaan.com/.........../a.xlsx"
Dim workbook = New ClosedXML.Excel.XLWorkbook(fName)
it says URI format not supported.
I have tried but it popped out "URI formats are not supported".
fName = "http://cip-mis.aviyaan.com/.........../a.xlsx"
Dim workbook = New ClosedXML.Excel.XLWorkbook(fName)
it says URI format not supported.