birt merge cells together when exporting to excel

482 Views Asked by At

I'm facing a problem with birt report , in the first column i have an image to display , when exporting to excel i see that there is a lot of merged cell together : see the picture below

enter image description here

NB:when exporting to excel i'm using an emitter

options = new EXCELRenderOption();
options.setOutputFormat("xls");
options.setOption(IRenderOption.EMITTER_ID, "org.eclipse.birt.report.engine.emitter.nativexls");

any help how to fix this please?

0

There are 0 best solutions below