DocumentFormat.OpenXml
by: Microsoft
- 18 total downloads
- Latest version: 2.11.3
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
Enums.NET
by: Tyler Brinkley
- 20 total downloads
- Latest version: 4.0.1
Enums.NET is a high-performance type-safe .NET enum utility library
Fare
by: Nikos Baxevanis
- 6 total downloads
- Latest version: 2.1.1
.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.
FastMember
by: Marc Gravell
- 15 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.
FirebaseAdmin
by: Google Inc.
- 8 total downloads
- Latest version: 2.2.0
Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their
services and applications.
FluentAssertions
by: Dennis Doomen Jonas Nyrup
- 13 total downloads
- Latest version: 5.10.3
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit tests. Targets .NET Framework 4.5 and 4.7, as well as .NET Core 2.0, .NET Core 3.0, .NET Core 2.1, .NET Standard 1.3, 1.6, 2.0 and 2.1.
Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBUnit, MSpec, and NSpec.
FluentValidation
by: Jeremy Skinner
- 6 total downloads
- Latest version: 11.9.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.DependencyInjectionExtensions
by: Jeremy Skinner
- 6 total downloads
- Latest version: 11.9.0
Dependency injection extensions for FluentValidation
GeoTimeZone
by: Matt Johnson-Pint Simon Bartlett
- 3 total downloads
- Latest version: 5.3.0
Provides an IANA time zone identifier from latitude and longitude coordinates.
Google.Api.Gax
by: Google LLC
- 15 total downloads
- Latest version: 3.2.0
Support classes for Google API client libraries
Google.Api.Gax.Rest
by: Google LLC
- 13 total downloads
- Latest version: 3.2.0
Common Protocol Buffer messages for Google APIs
Google.Apis
by: Google LLC
- 7 total downloads
- Latest version: 1.54.0
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support
Google.Apis.Auth
by: Google LLC
- 15 total downloads
- Latest version: 1.54.0
The Google APIs Client Library is a runtime client for working with Google services.
This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.
Supported Platforms:
- .NET Framework 4.5
- .NET Framework 4.6.1
- .Net Standard 1.3
- .Net Standard 2.0
Google.Apis.Core
by: Google LLC
- 6 total downloads
- Latest version: 1.54.0
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support
Google.Protobuf
by: Google Inc.
- 15 total downloads
- Latest version: 3.22.5
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Net.Common
by: The gRPC Authors
- 10 total downloads
- Latest version: 2.52.0
Infrastructure for common functionality in gRPC
HtmlAgilityPack
by: ZZZ Projects Simon Mourrier Jeff Klawiter Stephan Grell
- 8 total downloads
- Latest version: 1.11.24
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).