LinqToExcel blank rows
问题 I am using LinqToExcel to easily import Excel data into SQL Server. var fileName = ConfigurationManager.AppSettings["ExcelFileLocation"]; var excel = new ExcelQueryFactory(fileName); var employees = excel.Worksheet<Employee>().ToList(); Everything's fine, there is only 1 problem, the fields mapped exactly to the database table fields, and in the database they are NOT NULL. Having said that, if you look at this screenshot of Excel file, some rows below row 3 are actually not empty. There are