1
Answer

How to read bold and underline words from excel file

Photo of sudheer tiwari

sudheer tiwari

8y
1k
1
Reading the sentence from excel file  and write in TSV in same style.   For reading sentence using :- ExcelReaderFactory.CreateOpenXmlReader(fileContent.InputStream); method  e.g.  input :-   Hello , How are you Output :-    Hello , How are you The format(style) of text should be remain same as input.  

Answers (1)