RE: Asking again: unicode not working

2004-12-15 Thread David Thielen
That was it - thank you! -Original Message- From: Avik Sengupta [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 5:56 AM To: POI Developers List Cc: David Thielen Subject: RE: Asking again: unicode not working You should probably try cellOn.setEncoding

RE: Asking again: unicode not working

2004-12-15 Thread Avik Sengupta
You should probably try cellOn.setEncoding(HSSFCell.ENCODING_UTF_16 ); compressed unicode, AFAIK is an MS term that does not mean what it says :( On Wed, 2004-12-08 at 13:58 -0700, David Thielen wrote: -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent:

RE: Asking again: unicode not working

2004-12-08 Thread David Thielen
-Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 11:02 AM To: 'POI Users List' Subject: Asking again: unicode not working Hi; I create my spreadsheet using: wb = new HSSFWorkbook(); sheet = wb.createSheet();