我有一个小程序,你可以选择一些数据库表,并创建一个excel文件,为每个表的所有值,这是我的解决方案,以创建excel文件。databaseTable.TableName.Substring(0, 31): databaseTable.TableName;
_xlWorksheet.Cells[1, 1] = string.Format<List<string>> which contains all values from a
我正在尝试下面的代码来将列表映射到字典列表中,但是我得到了错误
List<List<string>> _terms = new List<List<string>>()GenerateTerms(_docs[i]));// where _docs[i] is an array element
// and the procedure GenerateTerms