public static DataRow[] GetDetailsList(string tableName, string condition) { return(excelDocument.GetDetailsList(tableName, condition)); }