示例#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());
        }