You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by David Thielen <da...@windward.net> on 2004/12/07 23:29:05 UTC

Asking again: unicode not working

Hi;

 

I create my spreadsheet using:

                        wb = new HSSFWorkbook();

                        sheet = wb.createSheet();

                        wb.setSheetName(0, process.getTitle(), HSSFWorkbook.ENCODING_UTF_16);

For each cell I do:

                        cellOn = rowOn.createCell(cellOnInd);

                        cellOn.setEncoding( HSSFCell.ENCODING_COMPRESSED_UNICODE );

 

But when I do a:

                        // code not shown – set font to Arial Unicode MS

                        cellOn.setCellValue(“€™ЖЙ”); // if you use a text mail client this is Euro, TM, and 2 russian characters

 

I get:

                        ¬" // if you use a text mail client, then is 3 PC graphics chars and a “

 

And the cell is set to use Arial Unicode MS.

 

Any ideas?

 

Thanks - dave



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-user-help@jakarta.apache.org