Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issue about ExcelDna in Excel 365 #281

Open
uyuyliu831 opened this issue Dec 12, 2019 · 2 comments
Open

Performance issue about ExcelDna in Excel 365 #281

uyuyliu831 opened this issue Dec 12, 2019 · 2 comments

Comments

@uyuyliu831
Copy link

Hi:

We are migrating our Excel Add-in created by ExcelDNA and VB.net from a windows 7 / Excel 2010 32 bit version to a windows 10 / Excel 365 64 bit version.

Everything works fine except that all the modules from the new environment tend to run slower than the old environment. For example, there's one module used to take 35 second to run through under old environment now takes about 1 mins and 5 seconds.

So far I am not able to locate where the slowness comes from.

Checking if anyone has similar experiences on this. Would love to get some ideas.

@augustoproiete
Copy link
Member

@uyuyliu831 That's an interesting observation that I haven't experienced myself. Maybe you could start by using a .NET profiler such as dotTrace or ANTS and see if you can find any bottlenecks which might give you some clues about why it's slower (?)

@govert
Copy link
Member

govert commented Dec 12, 2019

There were quite a few performance-related issues in the Excel 2010 -> Excel 2013 time frame, and I think you'll find some COM interop scenarios became much slower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants