POI乱码的问题
//先设置编码?cell.setEncoding(HSSFCell.ENCODING_UTF_16);?//设置值 ? 统一为String?cell.setCellValue(dataValue);