Hi As a matter of fact, the seam people told me to use a servlet to fix another problem. This servlet addresses everything with *.xls extension; and i do a FacesContext.getCurrentInstance().getExternalContext().redirect(url); to get the file, so with the redirect i assume that there is no previous output before the download of the file
the mime type is set to: application/vnd.ms-excel Another thing is that with openoffice, the file works fine, so; is safe for me to assume that the problem is not in the downloaded data ??? thanks for your help -- View this message in context: http://www.nabble.com/Problem-with-excel-opening-POI-generated-file-tp24206680p24210854.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
