VelocityExcel Documentation
v1.0.3Write Speed
2.62M
cells/second
Faster
Read Speed
24.8K
rows/second
Faster
Memory
38.6
MB for 1M rows
Lowest
GC Perfect
0%
variance
Deterministic
Performance Comparison
| Metric | VelocityExcel | Other Library |
|---|---|---|
| Write (1M rows) | 10 to 15 sec | Very Long |
| Read (1M rows) | 40 to 45 sec | Very Long |
| Memory (Read) | 40 to 45 MB | Very High |
World Records Held
2.62M c/s
Write Speed
24.8K r/s
Read Speed
38.6 MB
Memory
0% GC
Variance
Why VelocityExcel is Different
Only library with elite speed in both operations
Others excel at one thing. VelocityExcel dominates everything.
Perfect garbage collection at any scale
0% variance means predictable performance every single run.
Linear scaling to 10M+ rows
Others OOM at 200K. VelocityExcel scales forever.
38.6MB memory for 1M rows
Most efficient Excel reader ever created.
Installation
VelocityExcel is available as a NuGet package. Install version 1.0.3:
.NET CLI
dotnet add package VelocityExcel --version 1.0.3
Nuget Package Manager Console
Install-Package VelocityExcel -Version 1.0.3
PackageReference (csproj)
<PackageReference Include="VelocityExcel" Version="1.0.3" />
Read Excel
Streaming Excel reader with minimal memory footprint.
Loading...
Write Excel
High-performance Excel writer with world-record speed.
Loading...