Hi, I am using HSSF package till now as we were dealing with 2003 format. Now we are trying to upgrade our POI code to support both 2003 and 2007+ formats for xls and xlsx files.
As part of the code we have, We are using setDisplayGridLines(false) to hide the gridlines when the file is opened up on any PC. After upgrading to SS package (to support both xls and xlsx), the same method seems to work file for .xls files but not for .xlsx files. I am also calling the setPrintGridlines(false) method though I think it is only relevant, when the file is being printed. Any idea, what I may be doing wrong ? I have searched the forum to see if anyone had any issues with this method with .xlsx files and havent seen any posts. I am using POI 3.7. Appreciate your time and help. Thanks, Chai -- View this message in context: http://apache-poi.1045710.n5.nabble.com/setDisplayGridlines-in-XSSFSheet-tp4946467p4946467.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
