Anuradha Chavan

Anuradha Chavan

  • NA
  • 37
  • 16.3k

word to excel data export with character count

Jan 2 2014 5:19 AM
hello

I want to write a program that will read word document file, in c#? it has to read string (lines) in word document, split into words. this words fill in excel row(each word in separate cell with count of character in that word) restriction for some special characters.

e.g. Hello, welcome to the c sharp programming.

Hello 5 welcome 7 to 2 the 3 c 1 sharp 5programming 11
here comma not allowed.


Thank you in advance..
Anuradha Chavan
[email protected]

Attachment: query.rar

Answers (2)