3 results
returns the name of this sheet @ return the name of this sheet
372. HSSFRichTextString rich = cell.getRichStringCellValue(); 373. return (rich==null)? null: rich.getString();
5 results
sets the
1752. HSSFRichTextString richTextString = comment.getString(); 1754. String textComment = richTextString.getString().toUpperCase();
1 results
sets the a number of the formula that 1 0 is null .
375. HSSFRichTextString richString = new HSSFRichTextString("合计"); 377. richString.applyFont(font4);