I have a relative file path (for example "/res/example.xls") and I would like to get an InputStream Object of that file from that path.
I checked the JavaDoc
and did not find a constructor or method to get such an InputStream from a path/
Anyone has any idea? Please let me know!