kvmc09302012 Posted October 26, 2012 Share Posted October 26, 2012 I am planning to use Jasper. Before that I need to know if jasper can do these things.I have a client application based on java swing installed in every client machine. Now inside the application I need to produce a e xc e l file on click of a button. The data is inside a arralist of java value object. 1) Can jasper be used to produce an e x ce l file using the values in plain java po jo objects.2) Does jasper needs to be installed in each and every machine or just the jar file is sufficient?3) The value for the each column in the e x cel report is in a java object. Can jasper show h t ml content inside the excel properly. For example, if the data is <b>This is bold Text</b>. And will the genrated e x cel output will show the data as is inside a cell or does it show the text in bold.?Thanks. Link to comment Share on other sites More sharing options...
huuquynh Posted October 26, 2012 Share Posted October 26, 2012 1) Can jasper be used to produce an e x ce l file using the values in plain java po jo objects.I don't know your POJO object, but I think it is not the problem. Lets try Jasper Server to understand and you will know how to generate your report first.2) Does jasper needs to be installed in each and every machine or just the jar file is sufficient?Nope. You just install on server, and client can access to server to get reports.3) The value for the each column in the e x cel report is in a java object. Can jasper show h t ml content inside the excel properly. For example, if the data is <b>This is bold Text</b>. And will the genrated e x cel output will show the data as is inside a cell or does it show the text in bold.?It is belonged to your skill/artwork to design Jasper Report XML. Link to comment Share on other sites More sharing options...
huuquynh Posted October 26, 2012 Share Posted October 26, 2012 Ah, if you are using Java, you must include some jar files. But you can choose other way (consuming webservice) to get the report without include jar file. Good luck! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now