internal ICellStyle GetICellStyle() { if (_workbook == null) { return(null); } return(_workbook.FindOrCreateCellStyle(this)); }