On Mon, 5 Nov 2007, teena21 wrote:
i want to read a unicode data from an excel sheet by using HSSF it doesn't show unicode data.

If the cell is set to unicode, then when you read a string out of it, poi will give it to you as unicode.

If you want to put unicode into a cell, just save it, and poi will do the right thing. (You don't need to set the encoding to HSSFWorkbook.ENCODING_UTF_16 any more, as that's all handled internally for you)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to