|
@@ -257,7 +257,7 @@ public abstract class ExcelExportBase extends ExportBase { |
|
|
} else {
|
|
|
} else {
|
|
|
Rtext = new XSSFRichTextString(text);
|
|
|
Rtext = new XSSFRichTextString(text);
|
|
|
}
|
|
|
}
|
|
|
cell.setCellValue(text);
|
|
|
|
|
|
|
|
|
cell.setCellValue(Rtext);
|
|
|
if (style != null) {
|
|
|
if (style != null) {
|
|
|
cell.setCellStyle(style);
|
|
|
cell.setCellStyle(style);
|
|
|
}
|
|
|
}
|
|
|