foreach (DataRow item in dataTable.Rows) { for (int i = 0; i < dataTable.Columns.Count; i++) { Console.WriteLine(item[i]); } }
原本Excel格式
读出来的值