Export data from database to table in word c# | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Export data from database to table in word c#

Hi! I have a problem that I canā€™t solve and I would like someone to point me to the right direction. I am making a WinForms c# program that connects to an access database, and I need to pass some specific data to a word document that has one table. At first, I built it using interop word, exporting the data to specific mergefields, assuming that the number of data wonā€™t change, but, since I decided to add that functionality, I need to find a way to export dynamically those data to a specific table. Thanks in advance!

9th Apr 2019, 8:39 AM
Dimitris K
Dimitris K - avatar
1 Resposta
0
Solved it. If anyone is interested, here is my solution: https://code.sololearn.com/cFlwT3u9JL12/#cs
9th Apr 2019, 5:19 PM
Dimitris K
Dimitris K - avatar