Beispiel #1
0
        public IList <JObject> GetJObjects()
        {
            Dictionary <int, string> titleDic = ExcelRead.GetRowDic(Sheet.GetRow(TitelRowIndex));

            return(ExcelUtils.RowsToJObjects(titleDic, ExcelRead.GetRows(Sheet, StartRowIndex, LastRowIndex)));
        }