标签: c# oledbcommand
我需要从excel表导入数据,其中前3行包含标题信息(要跳过)。 我想再次使用where子句来获得确切的结果。 类似于name!=""。
name!=""
我正在使用OLEDB Connection,查询为string query = string.Format("Select * from [{0}] ", excelSheets[1]);
string query = string.Format("Select * from [{0}] ", excelSheets[1]);
任何人都可以帮忙。