JAKARTA-POI
POI is a project of Apache, providing reading and writing support to Microsoft Excel format.
When writing Chinese characters, pay attention to the encoding:
??????? HSSFCELL CELL = row.createcell ((Short) 0); ??????? Cell.setencoding (hssfcell.encoding_utf_16); ??????? Cell.SetCellValue ("Chinese" );?