https://issues.apache.org/bugzilla/show_bug.cgi?id=46712

           Summary: Turkish character support
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When I try to write Turkish ( 'ş', 'ğ', 'İ', 'Ş', 'Ğ' ) characters into a
new Excel file, I am having display errors. However,when it comes to write
other characters like ('i', 'ü', 'ç') it displays properly in the generated
Excel file.
I attached the sample generated Excel file. It would be useful to add Turkish
character support to POI.

I apply the lines below when inserting new values into all of the cells in the
Excel sheet :

HSSFCell cell0 = row.getCell((short) 0);
cell0.setCellStyle(cellStyle);
cell0.setCellType(HSSFCell.CELL_TYPE_STRING);
cell0.setEncoding(HSSFCell.ENCODING_UTF_16);

I am using poi 2.5.1 version.

Thanks in advance.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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