Can anyone please guide me on how can i set grid lines in excel using POI. I
have tried the below, is that all what is needed?Can someone please confirm.
It does'nt work for me. Am i missing anything. Please do let me know.

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

Thanks

-- 
View this message in context: 
http://www.nabble.com/Set-gridlines-in-Excel-thru-POI-not-working.-tp19536696p19536696.html
Sent from the POI - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to