Bug 455611 - Text wrapping not working with excel spudsoft emitter
Summary: Text wrapping not working with excel spudsoft emitter
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.3.1   Edit
Hardware: PC Windows 7
: P3 blocker with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 07:02 EST by purnima d CLA
Modified: 2015-04-07 08:35 EDT (History)
1 user (show)

See Also:


Attachments
Text wrapping in 4.3.1- snapshot (74.81 KB, image/jpeg)
2014-12-18 07:02 EST, purnima d CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description purnima d CLA 2014-12-18 07:02:07 EST
Created attachment 249523 [details]
Text wrapping in 4.3.1- snapshot

Text wrapping is not working with BIRT 4.3.1 excel spudsoft emitter

Used below properties while setting excel render options 

EXCELRenderOption options = new EXCELRenderOption();
options.setWrappingText(true);
options.setOutputFormat("xls_spudsoft");


Please find the attached snapshot showing the difference in outputs with BIRT 3.7 and 4.3.1 versions
Comment 1 purnima d CLA 2015-04-07 08:35:40 EDT
Fixed column widths is also not working with spudsoft emitter

EXCELRenderOption options = new EXCELRenderOption();
options.setOption("fixed_column_width",true);

Can you please look into this issue and let us know if there is any work around for this.


Thanks,
Purnima