Jump to content
We've recently updated our Privacy Statement, available here ×

How JSP generate XLS, CSV ??


Recommended Posts

By: Eric Tan - neltan

How JSP generate XLS, CSV ??

2003-02-25 19:13

Hi,

The webapp did not demostrate how to generate XLS and CSV on web.

 

I use this to generate HTML.

String htmlFileName =

JasperRunManager.runReportToHtmlFile(

reportFile.getPath(),

parameters,

new report_Bean(query)

);

 

How can I pass a JRDataSource to the JRCsvExporter?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...