public ExcelRange WriteText(string text) { var cell = CurrentCell.WriteText(text); MoveToNextRow(); return(cell); }