Menu

#163 Error header encoding when exporting to Excel

after_1.0
open
nobody
export (11)
5
2012-10-08
2006-08-08
aladdin
No

in ExcelHssfView.java, line 129
cell.setEncoding(HSSFCell.ENCODING_UTF_16);

this line should be put before
cell.setCellValue(columnHeader); (line 127)

Now the encoding of header is always wrong for
unicode characters.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB