There is two sets of methods in HSSFSheet that do the same thing: 1. Set whether gridlines are printed: setGridsPrinted and setPrintGridlines 2. Check whether gridlines are printed: isGridsPrinted and isPrintGridlines
The amount of code is a duplicate is 6 lines (in the way that it is indented) so it really is not much of an issue. I'm just curious if we want to start cleaning this up at the head while it is just getting started. I'm also curious which set of procedures is used more often. My preference is to get rid of the GridsPrinted methods and go with the others (there are now methods called setDisplayGridlines, isDisplayGridlines, and similar ones for formulas and row/column headings). I don't care whether we depricate one for now and remove it later, or say that it was duplicated and just remove it at the head. I'm just trying to get a response to determine the best path. Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]