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

How to run csv file


ktrinad

Recommended Posts

By: mozart - mozart_sk8

How to run csv file

2004-01-28 18:47

Is there away for me to run right away my csv file?

if there is can you give me the procedure on how to call it once I have compile my *.jasper report into jrprint

 

I would really appreciate if someonecould help me.

 

tnx

 

 

By: Teodor Danciu - teodord

RE: How to run csv file

2004-01-31 01:31

 

Hi,

 

Almost all the supplied samples have this portion of

code showing you how to export to CSV.

You use the JRCsvExporter class by suppling

the required parameters, such as the name of the

*.jrprint file or the JasperPrint object and the

output to which to send the CSV content.

 

I hope this helps.

Teodor

 

 

 

By: mozart - mozart_sk8

RE: How to run csv file

2004-02-01 17:46

Thnx for the reply, I was able to do that, I followed the example first it will save in the file system then we will open it manually. But what I really want to do is that like your pdf once you can generate a jrprint file you can call JasperRunManager.runReportToPdf without saving first in our file system the user has an option to save or not to save. In my case I want to view first my csv before saving it. Sorry I wasn't able to articulate well with what I want to do with my csv.

 

I would really appreciate if you could help me.

 

tnx

Link to comment
Share on other sites

  • 3 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

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...