Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Saving htmldw to formatted excel

2 views
Skip to first unread message

Kevin Han

unread,
Sep 22, 2011, 3:00:02 AM9/22/11
to
Hi,

I'm currently using the below in jsp to output htmldw into pdf:

htmldw.setContentType("application/pdf");
htmldw.generate();
out.clear();
htmldw.printBinary();

I want to output to formatted excel instead however changing to the
below line only saves the resultset of the datawindow into excel:

htmldw.setContentType("application/vnd.ms-excel");

Does anyone know how to save the htmldw into formatted excel which
resembles the datawindow?

Many thanks.

0 new messages