Hi All,
There is a word doc in my C# application which is created using the code in the project.In the doc there is a table in which the data is populated from the DB.The data is populated in a way such that it is taking value from each row and each column from the table(of the DB) and putting in each cell in the table(in word doc).Suppose if the table has some 1000 rows and 5 columns than than it will go to each row and column to put data in Word doc.That is why it is taking lots of time to open the word Document and it is very annoying for the user.
Is there any way to reduce the time and populate the data in the Word Doc in form of table ? Please help me regarding this.
Thanks and Regards,
Vikram