Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Grid Lines do not appear in Excel document
Vik
Hi all
We are using the native excel emitter to generate the excel document.
The excel sheets do not have grid lines.
We want the grid lines to be displayed.
Please find below a part of the code used for Excel generation.
EXCELRenderOption options = new EXCELRenderOption();
options.setOption("excelRenderOption.hideGridlines",false);
options.setOption("fixed_column_width",true);
options.setWrappingText(true);
options.setEnableMultipleSheet(false);
options.setEmitterID("org.eclipse.birt.report.engine.emitter.nativexls");
options.setOutputFormat("xls");
options.setOutputFileName("****");
task1 = birtReportEngine.createRenderTask(document);
task1.setRenderOption(options);
task1.render();
Find more posts tagged with
Comments
mwilliams
Try asking in the comments on the "Native Excel Emitter" devShare entry. Maybe the creator of the plugin will have some insight into this.
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1421-native-excel-emitter-plugin-for-birt/