ExcelDataReader
by: ExcelDataReader developers
- 542 total downloads
- Latest version: 3.9.0
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
EPPlus
by: EPPlus Software AB
- 2.212k total downloads
- Latest version: 8.6.0
A spreadsheet library for .NET framework and .NET core
FastReport.OpenSource
by: Fast Reports Inc.
- 3.638k total downloads
- Latest version: 2026.2.3
FastReport Open Source provides a free report generator for .NET/.NET Framework. You can use the FastReport Open Source in MVC, Web API, console applications.
FastReport is written in C# and it is compatible with .NET Framework 4.6.2, .NET 6 and higher. Extendable FastReport architecture allows creating your own objects, export filters, wizards, and DB engines.
- FastReport is a band-oriented report generator. There are 13 types of bands available: Report Title, Report Summary, Page Header, Page Footer, Column Header, Column Footer, Data Header, Data, Data Footer, Group Header, Group Footer, Child, and Overlay. In addition, sub-reports are fully supported.
- A wide range of band types allows creating any kind of report: list, master-detail, group, multi-column, master-detail-detail and many more.
- Wide range of available report objects: text, picture, line, shape, barcode, matrix, table, checkbox.
- Reports can consist of several design pages, which allows reports to contain a cover, the data and a back cover, all in one file.
- The Table object allows building a tabular report with variable number of rows and/or columns, just like in MS Excel. Aggregate functions are also available.
- Powerful, fully configurable Matrix object that can be used to print pivot tables.
- Report inheritance. For creating many reports with common elements such as titles, logos or footers you can place all the common elements in a base report and inherit all other reports from this base.
Data Sources:
- You can get data from XML, CSV, JSON, MS SQL, MySQL, Oracle, Postgres, MongoDB, Couchbase, Raven DB, SQLite.
- FastReport has the ability to get data from business objects of IEnumerable type.
- Report can contain data sources (tables, queries, DB connections).
- Thus, you can not only use application-defined datasets but also connect to any database and use tables and queries directly within the report.
FastReport Open Source can save documents in HTML, BMP, PNG, JPEG, GIF, TIFF, EMF. PDF export is available as a plugin.
FastReport.Compat
by: Fast Reports Inc.
- 691 total downloads
- Latest version: 2024.1.0
Common compatible types for FastReport .Net, Core and Mono
ExCSS
by: Tyler Brinks
- 523 total downloads
- Latest version: 4.3.1
ExCSS is a CSS 2.1 and CSS 3 parser for .NET.
ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
ExcelNumberFormat
by: ExcelNumberFormat developers
- 307 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
EntityFrameworkCore.SqlServer.HierarchyId
by: Brice Lambson et al.
- 229 total downloads
- Latest version: 3.0.0
Adds hierarchyid support to the SQL Server EF Core provider
FastExpressionCompiler.src
by: Maksim Volkau
- 542 total downloads
- Latest version: 5.4.1
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
Esprima
by: Sebastien Ros
- 472 total downloads
- Latest version: 3.0.6
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
ExcelDataReader.DataSet
by: ExcelDataReader developers
- 258 total downloads
- Latest version: 3.9.0
ExcelDataReader extension for reading Microsoft Excel files into System.Data.DataSet.
ErrorOr
by: Amichai Mantinband
- 143 total downloads
- Latest version: 2.1.1
A simple, fluent discriminated union of an error or a result.
ExtendedNumerics.BigDecimal
by: Adam White Jan Christoph Bernack Rick Harker
- 376 total downloads
- Latest version: 3003.2.0.161
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
EPPlus.Interfaces
by: EPPlus.Interfaces
- 228 total downloads
- Latest version: 8.4.0
Package Description
Fare
by: Nikos Baxevanis
- 177 total downloads
- Latest version: 2.2.2
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
EntityFrameworkCore.SqlServer.HierarchyId.Abstractions
by: Brice Lambson et al.
- 382 total downloads
- Latest version: 4.0.0
Common abstractions for using hierarchyid with EF Core
FastMember.Signed
by: Marc Gravell
- 151 total downloads
- Latest version: 1.5.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FastMember
by: Marc Gravell
- 173 total downloads
- Latest version: 1.5.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
Enums.NET
by: Tyler Brinkley
- 412 total downloads
- Latest version: 5.0.0
Enums.NET is a high-performance type-safe .NET enum utility library
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 253 total downloads
- Latest version: 8.4.0
Package Description
FastMember.NetCore
by: Marc Gravell
- 38 total downloads
- Latest version: 1.1.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. Fastmember re-compiled for .NetCore