DocumentFormat.OpenXml by: Microsoft
  • 0 total downloads
  • Latest version: 2.18.0
  • openxml office
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.
EPPlus by: EPPlus Software AB
  • 4 total downloads
  • Latest version: 8.0.8
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
Fable by: Alfonso García-Caro Núñez
  • 0 total downloads
  • Latest version: 4.0.0-theta-017
  • fsharp fable javascript f# js
F# to JS compiler
FastExpressionCompiler.src by: Maksim Volkau
  • 1 total downloads
  • Latest version: 4.1.0
  • Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
Gherkin by: Cucumber Ltd, Gaspar Nagy
  • 4 total downloads
  • Latest version: 6.0.0-beta1
  • specflow gherkin cucumber
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Google.Protobuf by: Google Inc.
  • 1 total downloads
  • Latest version: 3.31.0
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Core.Api by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.55.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.49.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
HarfBuzzSharp by: Microsoft
  • 2 total downloads
  • Latest version: 2.6.1.1-preview.9
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 1 total downloads
  • Latest version: 1.11.7
  • HTML parse crawler spider linq
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).
Humanizer.Core by: Mehdi Khalili, Claire Novotny
  • 3 total downloads
  • Latest version: 2.11.10
Humanizer core package that contains the library and the neutral language (English) resources
Humanizer.Core.sl by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.9.7
Humanizer Locale Slovenian (sl)
Humanizer.Core.th-TH by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.2
Humanizer Locale Thai (Thailand) (th-TH)
Hyak.Common by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.2
  • Microsoft,Microsoft Azure,Cloud,REST,HTTP,Client,Core,Common,Hyak
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.4.0-prerelease0001
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Jerome Haltom
  • 32 total downloads
  • Latest version: 8.14.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64 by: Jeroen Frijters, Jerome Haltom
  • 17 total downloads
  • Latest version: 8.11.0-pre.4
IKVM MSBuild Tools
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 10.2.0
  • jetbrains resharper annotations canbenull notnull
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections. All usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
K4os.Hash.xxHash by: Milosz Krajewski
  • 1 total downloads
  • Latest version: 1.0.7
  • hash xxHash
xxHash hash implementation for .NET
LanguageExt.Core by: Paul Louth
  • 27 total downloads
  • Latest version: 3.2.7-beta
  • C#, Functional, Language Extension, Monad, Option, Either, Reader, Writer, State, List, Set, Map, Queue, Memo, Memoization, Immutable, Lambda, Pattern Matching, Tuple
This library uses and abuses the features of C# 6 and 7 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.