Copying text from word document to Excel cell using C#

Hi Folks

I am working on excel add-in applicatiin, I have a scenario where I should insert the text inclusing underlines/bold/highlighted ones into excel cel. Is there any thing which could be done using aspose dll's?

Hi,

Thanks for your posting and considering Aspose.

You will first have to read data from your word document using Aspose.Words. Please post your query on Aspose.Words forum.

Once, the data is read, you can insert it in your worksheet cells using Aspose.Cells. Please see this documentation article that illustrates how to add data in your cells.

Add and Retrieve Data

Then, you will also have to apply data formatting like setting the text bold, underline etc. You can see the following article for your reference.

Working With Fonts