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

            Bug ID: 60025
           Summary: DataFormatter should return TRUE or FALSE for boolean
                    cell values
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

Cell cell;
cell.setCellValue(true);
DataFormatter formatter = new DataFormatter();
assertEquals("TRUE", formatter.formatCellValue(cell, null));

For HSSFWorkbook: Expected "TRUE", got "true".

-- 
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