예제 #1
0
        public string GetValueByIndex(int index)
        {
            ExcelNode cell = GetListExcelNode()[index];

            return(cell.GetExcelNodeReadModule(_outputType).GetString());
        }
예제 #2
0
        public string GetKeyByIndex(int index)
        {
            ExcelNode cell = _keyRowNode.GetListExcelNode()[index];

            return(cell.GetExcelNodeReadModule(_outputType).GetString());
        }