0

How I can import splited cell from an Excel table into a DataTable?

enter image description here

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
shani
  • 9

1 Answers1

0

I would use library EPPlus.

You can download it here: http://epplus.codeplex.com/

then you can unmerge them and read as written in this: How to un-merge cells EPPlus?

Jiří Herník
  • 2,412
  • 1
  • 25
  • 26
  • How does this answer the question? Even as a comment, this looks rather poor to me. – Uwe Keim Jun 21 '17 at 14:33
  • The question is somehow blurry, we don't know what Shani already tried and what is his exact problem. So i give some way to go, if he is still in the beginning. – Jiří Herník Jul 07 '17 at 13:26