GetValue<string>(worksheet.Dimension.Start.Row, a); if (string.IsNullOrWhiteSpace(colName)) { colCount = a; break; } } //设置列名 for (int c ...
確定! 回上一頁