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.