public IList <JObject> GetJObjects() { Dictionary <int, string> titleDic = ExcelRead.GetRowDic(Sheet.GetRow(TitelRowIndex)); return(ExcelUtils.RowsToJObjects(titleDic, ExcelRead.GetRows(Sheet, StartRowIndex, LastRowIndex))); }