Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Unable to set the Autofit Row Height for Row: 121(Unable to set the Autofit Row Height for Row: 121)
Unable to set the Autofit Row Height for Row: 121 [message #1752253] Fri, 20 January 2017 10:40
Pradeep Reddy is currently offline Pradeep ReddyFriend
Messages: 1
Registered: January 2017
Junior Member
Hi,
Used Vesrions are,
BirtVersion : 1.4.2
jar : org.eclipse.birt.report.engine.emitter.nativexls_1.0.0.201110122114.jar
Quote:

used java code is
EXCELRenderOption excelOption = new EXCELRenderOption();
excelOption.setOutputFormat("XLS");
excelOption.setOutputStream(baos);
excelOption.setOption(IRenderOption.EMITTER_ID, "org.eclipse.birt.report.engine.emitter.nativexls");
task.setRenderOption(excelOption);


i have a problem when I want to retrieve a birt report from the birt runtime on
my web application with the output format xls.

The DataSet contains more than 10,000 lines, but there are only 121 rows per an xls sheet and the result set is split into multiple work sheets.

The idea is result set is shown in only one worksheet, I was able to download all the records on the same page in several formats like PDF/HTML.

Does anybody have an idea what the problem is, or how can I retrieve xls reports with the maximum number of rows in a single sheet?

Thanks in advance
Previous Topic:java.sql.SQLSyntaxErrorException: ORA-00904: "GMTSYSDATE": invalid identifier
Next Topic:Unable to view results from view report
Goto Forum:
  


Current Time: Sat Apr 27 03:27:10 GMT 2024

Powered by FUDForum. Page generated in 0.04415 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top