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.
Log in to post a comment.