Hi, Poi can read and write Japanese and Chinese. Just set encoding to HSSFCell.ENCODING_UTF_16 before set cell value.
cell.setEncoding(HSSFCell.ENCODING_UTF_16); cell.setCellValue(value); -----Original Message----- From: yxbo [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 11:01 PM To: [EMAIL PROTECTED] Subject: Help Me! I am from china! Hi everyone: I use POI modify my excel(language is chinese),but excel not display chinese font. How modify POI source code to support chinese? yuan Beijing China -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
