Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone have .Net Excel IO component benchmarks?

I'm needing to access Excel workbooks from .Net. I know all about the different ways of doing it (I've written them up in a blog post), and I know that using a native .Net component is going to be the fastest. But the question is, which of the components wins? Has anybody benchmarked them? I've been using Syncfusion XlsIO, but that's very slow for some key operations (like deleting rows in a workbook containing thousands of Named ranges).

like image 422
Samuel Jack Avatar asked Aug 18 '08 10:08

Samuel Jack


1 Answers

I haven't done any proper benchmarks, but I tried out several other components,and found that SpreadsheetGear was considerably faster than XlsIO which I was using before. I've written up some of my findings in this post

like image 173
Samuel Jack Avatar answered Sep 29 '22 05:09

Samuel Jack