Home
Analytics
how to remove Gridlines in excel report
Patra
<p>Hi,</p>
<p> </p>
<p>how to remove Gridlines in excel report by using Birt 3.7.1 versions.</p>
<p> </p>
<p>could you please any one having solutions about this issues and reply provide the solution.</p>
<p> </p>
<p>Please find the attached report for more clarifications.</p>
<p> </p>
<p> </p>
<p> </p>
<p>Regards,</p>
<p>Patra</p>
<p> </p>
<p> </p>
<p> </p>
Find more posts tagged with
Comments
shamo
<p>Take a look at this settings when exporting. hope it helps.</p>
Patra
<p>Hi Shamo,</p>
<p> </p>
<p>I am not getting this options in my eclipse to select this check box "Hide gridlines" .</p>
<p> </p>
<p>could you please explain more on this with screenshot, how to get this options in my Birt eclipse 3.7.1 versions.</p>
<p> </p>
<p> </p>
<p>Regards,</p>
<p>Pankaja</p>
Patra
<p>any body can help on this to resolve the issues, how to remove the gridlines in excel reports on Birt 3.7.1 versions.</p>
<p> </p>
<p> </p>
<p>Thanks,</p>
<p>Patra</p>
JFreeman
<p>The output dialogue shamo showed is from the commercial release using the commercial excel emitter.</p>
<p> </p>
<p>On the open source side, this is going to depend on the excel emitter you are using. I do not believe the out of the box excel emitter with version 3.7.1 has an option to disable the excel sheets grid lines.</p>
<p> </p>
<p>If you are using the spudsoft emitter, there is an option to turn off the grid lines:</p>
<pre class="_prettyXprint _lang-js">
ExcelEmitter.DisplayGridlines = false;
</pre>
<p>If you do not have the spudsoft emitter, you can find details about installing it here: <a data-ipb='nomediaparse' href='
https://bitbucket.org/yaytay/spudsoft-birt-excel-emitters/wiki/Home'>https://bitbucket.org/yaytay/spudsoft-birt-excel-emitters/wiki/Home</a></p>
;