989990991992993994995
} } return null; } private static RichTextString newRichTextString(Cell cell, String str) { return cell instanceof HSSFCell ? new HSSFRichTextString(str) : new XSSFRichTextString(str); }