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

            Bug ID: 60354
           Summary: DataFormatter rounding issues
           Product: POI
           Version: 3.15-FINAL
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SL Common
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

I've run into some issues where converting numbers into Double leads to
rounding issues. I would like to subclass
org.apache.poi.ss.usermodel.DataFormatter to avoid converting numbers to
Double. A lot of DataFormatter functionality is private. Would it be possible
to change some methods to be protected? getFormattedDateString and
getFormattedNumberString are examples of methods that it would be nice to have
as protected so that I don't have to copy/paste the code into my subclass.

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