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

            Bug ID: 65619
           Summary: with POI upgrade to 5.0.0, we see that it formats
                    dates with extra slash
           Product: POI
           Version: 5.0.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: hethal.j...@gmail.com
  Target Milestone: ---

We upgraded our POI from 4.1.2 to 5.0.0 and we are seeing the POI 5.0.0 upgrade
formats dates with extra slash
We are using SXSSFWorkbook and XSSFCellStyle and after upgrading to poi 5.0.0
when we compare our data Exports between the 4.1.2 POI libraries and the
upgraded 5.0.0 version we are encountering that there is format code
difference.

Prior to upgarde ( POI 4.1.2)

'Background color: Color [Window],   Foreground color: Color [WindowText],  
Font: [Font: Name=Calibri, Size=11, Units=3, GdiCharSet=1,
GdiVerticalFont=False],   Format code: dd mmm yyyy HH:mm:ss'

Post-upgrade( POI 5.0.0)

'Background color: Color [Window],   Foreground color: Color [WindowText],  
Font: [Font: Name=Calibri, Size=11, Units=3, GdiCharSet=1,
GdiVerticalFont=False],   Format code: dd\ mmm\ yyyy\ hh:mm:ss'

After the upgarde to poi 5.0.0, we are seeing the extra slash added to the date
format.

Is this a bug or intended?

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