Java Mailing List Archive

http://www.java2.5341.com/

Home » user.poi »

Print gridlines from POI

Ruchi Agrawal

2008-09-17

Replies: Find Java Web Hosting

Author LoginPost Reply
Any one know how to print grid lines when creating an excel sheet in POI. I tried the below, does'nt seem to work. Is there anything i am missing.

sheet.setGridsPrinted(true);
sheet.setPrintGridlines(true);
sheet.setDisplayGridlines(true);


   
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.