Skip to content

Simple Project to compare the performance of excel calls via MS Interop Late Binding and NetOfficeFw

License

Notifications You must be signed in to change notification settings

matteshe/ExcelApiPerformanceTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelApiPerformanceTests

Simple Project to compare the performance of excel calls via MS Interop Late Binding and NetOfficeFw

The programm starts two threads. One thead will open an excel document via late binding with Microsoft Interop and in the other will use the NetOffice Library.

In order to see the performance it will read around 100x100 cells with each value and formular and write these to a new excel document.

3 ways of reading cells are implemented in order to find a fast solution of accessing cells. Each algrothim writes to its own sheet.

About

Simple Project to compare the performance of excel calls via MS Interop Late Binding and NetOfficeFw

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published