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

            Bug ID: 60369
           Summary: Month format 'MMMMM' issue with TEXT-formula and Java
                    8
           Product: POI
           Version: 3.13-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 34441
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34441&action=edit
sample file with TEXT-formula

Hi!

I have an Excel sheet with two columns.
Column A contains a formula and column B date values.

In column A1 there is =TEXT(B1;"MMMMM")
In column A2 there is =TEXT(B2;"MMMMM")
And so on..

When reading the values of column A in POI I will receive a wrong value for
dates with march as the month. Instead of getting an 'M' I am getting '•
Mär •'. (so 'bullet point' Mär 'bullet point'). My local is German.

I have only seen this behavior when using Java 8, with Java 7 everything seems
fine.

Bug?


Regards,
Patrick

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