How to read bold and underline words from excel file

May 23 2017 7:51 AM
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)