You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Darshak Mehta <dm...@juniper.net> on 2004/09/22 19:57:57 UTC

Help!!! Printing Gridlines

Hello,

 

I have a workbook with 10 sheets. I set the print area which works fine.
I also want to print the gridlines. I am trying to do that by
sheet.setPrintGridlines(true) or sheet.setGridsPrinted(true). None of
these seem to work and I still get the sheet without gridlines. I am
totally confused and there doesn't seem to be much material on this.
What is the difference between above 2 method and what I am doing wrong?

 

Appreciate your help.

Darshak