At 12:55 PM -0700 2002/06/18, Vincent Aumont wrote: >If you need something beyond CSV (i.e. formatting, coloring, etc.), >you can also >use the Java Excel API (http://www.andykhan.com/jexcelapi). It >generates xls that >all versions of Excel can read. The product is LGPL'ed. > >-Vincent.
Or Jakarta POI: <http://jakarta.apache.org/poi/> Apache license, of course. Joe >Michael Rimov wrote: > >> I prefer create an Action class with: >> >> response.setHeader("Content-Disposition","inline;filename=myfile.xls"); >> response.setContentType("application/vnd.ms-excel"); >> >> Then write out standard html tables. Excel will format them. Formatting >> support varies between versions > > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- -- * Joe Germuska { [EMAIL PROTECTED] } "It's pitiful, sometimes, if they've got it bad. Their eyes get glazed, they go white, their hands tremble.... As I watch them I often feel that a dope peddler is a gentleman compared with the man who sells records." --Sam Goody, 1956 tune in posse radio: <http://www.live365.com/stations/289268> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>