You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These benchmarks measure reading a 65k row (max .xls row count) Excel file, and accessing each value as "strongly-typed" as the library allows.
Excel .xlsx Benchmarks
The Baseline in this group, measure the time taken to unzip the Sheet1.xml and using XmlReader.Read to process every node.
It represents the minimal work that must be done assuming those classes are used for processing.