You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Glen Stampoultzis <gs...@iinet.net.au> on 2003/08/22 07:05:27 UTC

RE: Can I turn the display of gridlines off in a Sheet using poi?

There was no release planned in the next few days that I knew about.

-- Glen

At 02:41 PM 22/08/2003, you wrote:
>Hi,
>         I faced the similar problem while hiding gridlines. It was filed as
>a bug and has been solved now.  There is a new function to accomplish this
>task called setDisplayGridlines() in the HSSFSheet class. You can use it as
>below:-
>
>         sheet.setDisplayGridlines(false);
>
>You can find this function either in the CVS REL_2_0 branch (check it out
>and build it) or wait a few days for the 2.0-pre3
>release.
>
>Arshi.


Glen Stampoultzis
gstamp@iinet.net.au
http://members.iinet.net.au/~gstamp/glen/