https://bz.apache.org/bugzilla/show_bug.cgi?id=62651

            Bug ID: 62651
           Summary: setting setDisplayGridlines(false) on the first sheet
                    causes all sheets to hide their gridlines
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

In a SXSSFWorkbook with multiple SXSSFSheet :


Action : calling sxssfSheet.setDisplayGridlines(false) on 2nd or subsequent
sheets in workbook 
Expectation  : only those sheets set as above should have their gridlines
hidden
Result: Behaves as Expected 

Action : calling sxssfSheet.setDisplayGridlines(false) only on 1st sheet in
workbook 
Expectation  : only 1st sheet should have it's gridlines hidden
Result: Does not behave as expected . All sheets in workbook have their
gridlines hidden 



Summary 
calling sxssfSheet.setDisplayGridlines(false) behaves as expected if sxssfSheet
is not the first sheet in the workbook 
Otherwise all sheets' gridlines will be hidden

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to