Hi,

 

I am trying to write text in Hebrew to HSSFCell. I get gibrish

 

In what encoding should I write the data: UTF-8 / UTF-16 / Cp1255 /
ISO8859_8 ?

Should I use cell.setEncoding(HSSFCell.ENCODING_UTF_16) or
cell.setEncoding(HSSFCell. ENCODING_COMPRESSED_UNICODE) ?

 

What charset should I write in the header :

response.setHeader("Content-disposition","attachment;
filename=Book.xls;charset=??");

 

Thanks, Tali

Reply via email to