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

            Bug ID: 62217
           Summary: While reading a cell from Spreadsheet the precision is
                    changed from 10 to 6 digits after decimal in 3.17
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: mayur.ancha...@gmail.com
  Target Milestone: ---

While reading a cell from Spreadsheet the precision is changed from 10 to 6
digits after decimal in 3.17 version

org.apache.poi.ss.usermodel.DataFormatter dataFormatter = new DataFormatter();

String content = dataFormatter .formatCellValue(Cell);

Value in the spreadsheet is 1290.219821387213
Earlier version 3.12 value returned is 1290.2198213872 but the precision is
reduced to 6 digits after decimal in latest version to 1290.219821

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to