return new FormatTextImpl(cell.getRichStringCellValue());
}
}
final CellFormat format = CellFormat.getInstance(formatStr == null ? "" : formatStr, ZssContext.getCurrent().getLocale()); //ZSS-68
return new FormatTextImpl(format.apply(cell));
}
//Return simple String form of the cell
public static String getCellText(Cell cell) {
final FormatTextImpl ft = getFormatText(cell);