Quantcast
Channel: ClosedXML - The easy way to OpenXML
Viewing all articles
Browse latest Browse all 1877

New Post: Read excel file located at web server

$
0
0
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.

Viewing all articles
Browse latest Browse all 1877

Trending Articles