On Feb 8, 2012, at 9:37 AM, [email protected] wrote: > Using Spring Integration, I'm trying to generate an apache-poi excel file > in my transformer and then feed that into my adapter. I can't seem to get > the combination right so that the file is readable as an Excel > spreadsheet. Is this possible?
We do it from a Java Servlet in a Tomcat Container all the time and for many years. > > If so, can anyone give me a hint? Make sure you set the mime-type appropriately. Make sure you are sending binary data. Regards, Dave > -- > > J Nelson > Lead Application Analyst > Big Lots, Inc --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
