I am running my C++ application on windows 8.1 with office 2013. My application basically communicate with Excel 2013 using windows DDE protocol and populating data in Excel workbook.
The problem is that DDE communication between application and Excel 2013 takes more time to populate the data in workbook as compare to Excel 2010. I have tested below scenarios:
| Office2010 | Time taken: 25 secs | Windows 8.1
| Office2013 | Time taken: 160 secs| Windows 8.1
Here we can see that there is big diff in time taken.
How could I fix this : Please suggest me.
Thanks in advance for your help.