https://issues.apache.org/bugzilla/show_bug.cgi?id=54084
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #4 from Yegor Kozlov <[email protected]> --- I can't reproduce the problem with the latest build from trunk. Can you please upload a unit test that demonstrates the problem? I see that in the corrupted file unicode characters are garbled, but as of POI-3.9, we don't write raw unicode - every character above ASCII is written in the &#charCode; form which means that the problem is mostly certainly fixed in trunk. Links to download nightly builds are on http://poi.apache.org/ Yegor (In reply to comment #3) > Created attachment 29537 [details] > the 2 xlsx files > > Here are 2 xlsx files. > The first file(TestUnicode.xlsx) is used to load the data from it to the > database. > > The data is inserted corectly in database, and then is displayed corectly on > the UI. > The same data we are trying to export to another xlsx file, but the chars > are not encoded corectly. Both files have the same font(Calibri 11). -- 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]
