I am try to Convert excel file to word document with table format using c#.net. I am using Microsoft Office Inter op to do this. Is there any other best way to convent this. This excel file contains images .
Asked
Active
Viewed 2,219 times
0
-
Hi. YOu will ahve to show some code of what you tried so far? – Louis van Tonder Jan 24 '14 at 16:50
1 Answers
0
This previous question may be of help. Not sure how it will cope with the images though How to copy a formatted cell in Excel to a table cell in Word using .NET?

Community
- 1
- 1

user460667
- 1,870
- 3
- 19
- 26
-
Thanks for your replay,This approach works fine, I have done in the same way.The concern about this is performance.It takes more time for copy and past each value.I am looping each cell value of excel sheet .So I am looking for any other better approach. – user3232717 Jan 25 '14 at 00:44