Hi,
I use Interop to write programmaticly into an excel file, my problem is that I can only write string, I need to read an RTF file with all its contents (images, tables etc)
in wich form I have to read the RTF file? can someone help me?
thanks
Loading
lili lalaPosted Jul 6, 2012, 4:22 AM
in that way I will be able only to write the text into excel, other informations like style and images will not be transferred to the excel file
George ericPosted Jul 5, 2012, 11:35 PM
The RTF file, you should be able to open it in Word. Then You can use VBA to copy the formatted text into an Excel file. That is what I got the moment.
Cheers