Your servlet must return "application/vnd.ms-excel" for .xls and "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" for .xlsx files. Please ensure you set it correctly.
Yegor On Fri, Oct 7, 2011 at 3:13 PM, ricuelo <[email protected]> wrote: > > > Yes i agree, it has nothing to do with SXSSF, it has for more to do with > response.setContentType() . I am reading in some posts that there can > problems oepning excel because POI doesn't support for office 2007 .xslx. > > So now the topic has changed. > > thank u m8! > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/problem-opening-excel-2007-created-using-SXSSF-tp4705693p4879718.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
