sampath meka

sampath meka

  • NA
  • 41
  • 11.6k

Reading word Document in C#

Sep 25 2014 3:12 AM
Hello All,
 
                I am new to C# i have problem while reading the document.Actually my requirement is i have word document in this format:
 
1 Purpose
2 Test Specification
2.1 Test Details
2.2 Test Description
2.3 Test Strategy
3 Results 
4 Remarks
 
 
1 Purpose: this will contain info 
2 Test Specification : this will contain info
2.1 Test Details :: this will contain info
2.2 Test Description: this will contain info
2.3 Test Strategy: this will contain info
3 Results: this will contain info
4 Remarks: this will contain info
 
                                                                       my  question is  i want to get the text of each item,how can this be acheived in C#.Kindly help me
 
Thank you,
Sampath 
 
 
 
 

Answers (3)