Emergency!!!
How can set the Excel sheet name in some languages which are not English, such as 
Japanese, Chinese.
HSSFWorkbook.setSheetName(int i, String str) doesn't work correctly with Chinese.
HSSFWorkbook.createSheet(short s, String str) does either.

Reply via email to