C# OPEN XML: empty cells are getting skipped while getting data from EXCEL to DATATABLE
问题 Task Import data from excel to DataTable Problem The cell that doesnot contain any data are getting skipped and the very next cell that has data in the row is used as the value of the empty colum. E.g A1 is empty A2 has a value Tom then while importing the data A1 get the value of A2 and A2 remains empty To make it very clear I am providing some screen shots below This is the excel data This is the DataTable after importing the data from excel Code public class ImportExcelOpenXml { public