public InputStream path(String file) throws IOException { InputStream is = this.getClass().getResourceAsStream(file); return is; }path("/com/archives/importExcelXML/三峡库区航片.xls")