All Questions
19 questions
0
votes
0
answers
156
views
Generated excel file does not have extension
I am trying to generate excel file using the following approach:
private static final String CONTENT_TYPE = "multipart/form-data";
private static final String FILE_NAME = "DemoReport&...
1
vote
1
answer
459
views
Generating csv file for multiple loop in Java?
I am trying to generate a report with cascade values a shown below:
| Country | City | Town |
--------------------------------------
| Country A | City X | Town 1 |
| Country A |...
0
votes
1
answer
514
views
Birt cascading parameter with search box instead of combo box
I am new to BIRT reporting. I have following requirement
I want to load list of customer in BIRT parameter selection window. I have more than 3000++ customers to load. Hence our team came to a ...
1
vote
1
answer
237
views
Create generic file for DynamicReports
I have a web application with many catalogues(more than 200), and I want to create PDF and XSL reports for them. User just has filters by table parameters.
To create reports I am considering ...
1
vote
0
answers
107
views
JReport - Truncating String on Table Width
Is it possible to truncate a string based on the width of a table rather than setting a character limit in JReport?
Currently, a character limit is being used to truncate the strings but this is not ...
1
vote
4
answers
1k
views
Is there a way (in java) to generate human editable Microsoft Word documents from human readable template?
I am searching for a way for my Java application to generate Word document using some kind of Template (the data for the document will be provided by the application)
Here are the requirements :
- ...
1
vote
1
answer
787
views
Suggest web reporting tool for Spring, JSP
I am currently working on the reporting module of a Spring/JSP/Hibernate based web application and want to know which reporting tool would be best for my application.
Please suggest.
0
votes
0
answers
1k
views
iReport Designer : Extra space at the end of detail band (Jasper Reports)
I am creating an invoice using Jasper Reports for my Java based web application. I have a header, detail and a footer/summary section.
Now in the detail section I need a table (rectangle) with dark ...
2
votes
3
answers
135
views
Create reports from bunch of strings in java [closed]
In my project I am using a lot of strings to create reports. Is there any library or API that can create stylish reports (in PDF) in Java? I tried with Jasper reports but it can only create reports ...
-1
votes
1
answer
1k
views
Developing Excel reports using Java [duplicate]
Possible Duplicate:
Generating excel documents programmatically
I want to generate excel reports using Java/J2EE. Can anyone let mw know which is the best open source API to do this, which is ...
2
votes
3
answers
2k
views
Is it possible to fill templates (.xls, .pdf, ppt) with Birt or alternatives?
is it possible to fill a predefined template file via birt reporting?
.xls for exmaple: The template should have defined the column headers (nicly formatted) and some other stuff like the date of ...
8
votes
1
answer
16k
views
Jasper Reports: How to compile subreports
I have a standalone application, and one of its duties is to take the path of a *.jrxml file and compile it.
I can do this without problem until a report with a subreport comes up, where the ...
1
vote
3
answers
3k
views
Can a Java application create a report in LibreOffice?
I was looking into LibreOffice Base and I was impressed that they have reporting templates. So now I'm wondering, can my Java application call LibreOffice and produce reports? And can it pass in the ...
0
votes
2
answers
3k
views
JodReports Alternatives [closed]
What are the best alternatives for JodReports library ??
0
votes
1
answer
597
views
Detail Section left Spaces between Fields. How can I eliminate that?
I am Using latest version of Jasper Reports .I used two frames in detail section of Jasper Reports.One frame is containing all the needed fields in it and is set at top = 0 , second frame is exactly ...
3
votes
2
answers
622
views
which Java reporting tool to use in 2010 for small/medium webapp
We have a web app with a few forms and some integration with mobile apps. We will be producing reports from the data collected in the forms and the mobile apps. which tool should we choose given how ...
13
votes
5
answers
27k
views
How to set a datasource for a BIRT report programmatically?
I have a BIRT report which connects to our test database. In the productive environment I would like to supply a datasource which is provided by the container through jndi.
How would I set the ...
0
votes
1
answer
3k
views
Problem with number of rows in a dataset
My new problem is the following: an SQL query to a database (DB2) returns 1500 rows but BIRT shows me only 500 in the dataset-editor. To count them I used a computed column (Integer) with the ...
3
votes
1
answer
2k
views
BIRT Formatting Legend of a bar chart
I have a small problem, a BIRT report I designed uses a bar chart. Now I want to increase the space between colored box and the text in the legend. Is that possible? (I'm using BIRT 2.1.3)
http://www....