// how to find Empty cell data
foreach (Cell cell in row.Descendants<Cell>()) { dt.Rows[dt.Rows.Count - 1][i] = GetValue(doc, cell); i++; }
I will get back soon.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.