As the error said, URI are not supported :)
I believe you can use a WebRequest to the file URL, and use its getResponseStream method to have a valid Stream object to pass to the ClosedXML XLWorkbook object.
I have to tried it but I believe that might be a reasonable way to do that.
I believe you can use a WebRequest to the file URL, and use its getResponseStream method to have a valid Stream object to pass to the ClosedXML XLWorkbook object.
I have to tried it but I believe that might be a reasonable way to do that.