The table which I am trying to export is imported in Crystal Reports from a SQL database in Visual Studio 2008 where I am making a web application with C#. I am trying to export it to a word document but to keep the table formatting which I can later on edit in MS WORD. However, all i get is a bunch of text boxes.
I tried exporting it as an excel document and then copying to word, and that worked, but I need to be able to do that solely through C# code.
So the question is: Is there a better way to directly have an editable table in word document exported from crystal reports, or is there a solution how to copy an excel table in word but only doing so by c# code?
I really appreciate any help! I’m googling for a couple of days and I still haven’t found a proper solution…
I managed to insert the Excel document to Word and then save it. The minor problem with just tha data paths needs a little tweaking, but besides that it works 🙂
private void ConvertExcelToWordAndAutoSave()
{