Replies: 1 comment
-
Can you send me the Excel files? I'd like to reproduce the test? Btw, which .NET framework are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I just have a question during change my .NET Framework project to .NET 7
So I made a test to compare the speed between .net framework and .net 5+ with 21 small size of .XLSX files(~100 rows).
Here is my test code.
As a result, .NET 7 takes about 1.6 seconds that is slower than .NET Framework which takes about 0.3 seconds
This Phenomenon maintains even I Iterate the whole code, .NET Framwork takes 0.09s, while .NET 7 is taking 1s.
Has this always been like this on .NET 5+?
Beta Was this translation helpful? Give feedback.
All reactions