Hi,
I want to read data from an Excel sheet(.xls) to a word document(.doc).I have a Table in excel (say 2 columns and 3 rows).I want to read this table from excel file and write it to a word document.Just like copy the table from excel and paste it in word doc.I want to this progarmatically(using C#) either making use of
Microsoft.Office.Interop.WORD
or
using OpenXML
Thanks,
Ashok