Hello,
I want to export a Datatable, (or dataview, or datagrid) in a excel file.
I have a windows application. My datagrid is windows.form.datagrid, not a WebDatagrid.
Please write the solution in C#. I do't understand Visual Basic :o
thanks
I have a datatable with fields Name and Function.
I want to open or create a Word document with text:
"My name is ______________ and I am ____________ in this company."
In line I want to write Name and Function from datatable, for each line -> one page.
Please give me one example in C#.
Thank you
Lucian