Have you tried using fileNamePattern attribute of inputFile (http://www.icefaces.org/docs/v1_7_0/tld/index.html? I think it takes a regular expression as value. The link above uses example of allowing only *.pdf files. So, in your case this could be ".+\.xls".