DocumentFormat.OpenXml.Framework
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0
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.
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 2 total downloads
- Latest version: 2.0.96
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
EntityFramework
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-beta1
Entity Framework is Microsoft’s recommended data access technology for new applications.
EPPlus
by: EPPlus Software AB
- 1 total downloads
- Latest version: 7.6.1
A spreadsheet library for .NET framework and .NET core
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 1 total downloads
- Latest version: 8.4.0
Package Description
FastEndpoints
by: FastEndpoints
- 3 total downloads
- Latest version: 5.17.1.32-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FreeSpire.Office
by: win7x64
- 1 total downloads
- Latest version: 8.2.0
With Free Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, etc.
As an independent Office .NET component, Free Spire.Office doesn't need Microsoft Office to be installed on neither the development nor target systems.
Friendly reminder:
Free Spire.Office has no any warning message but it has page limitation for the Word, Excel, PowerPoint and PDF documents. When reading and writing word documents, it is limited to 500 paragraphs and 25 tables. When converting word documents to PDF and XPS files, you can only get the first 3 page of PDF file. When reading and writing Excel files, it is limited to 5 sheets per workbook and 200 rows per sheet. When reading and writing PowerPoint documents, it is limited to 10 presentation slides. When loading and editing PDF files, it is limited to 10 pages of PDF.
Free Spire.Doc for .NET
Developers can use it to generate, read, write, save, print and convert documents on any .NET applications. The featured function, conversion allows converting Word documents (Word 97-2003, Word 2007, Word 2010, word 2013) to commonly used file format, such as XML, RTF, TXT, PDF, XPS, EPUB, HTML and Image etc.
Free Spire.DocViewer for .NET
Free Spire.DocViewer for .NET can help developers quickly open Word 97-2003, Word 2007, Word 2010 and Word 2013. When Printing Word Documents, print pages can be set up or be odd number, even number or a custom number scale. In addition, developers can view documents in reading or printing mode and display documents with page up/down, and zoom in/out.
Free Spire.XLS for .NET
Free Spire.XLS for .NET enables developers to generate Excel workbook from scratch, or load a workbook from either folder or file stream.
Google.Protobuf
by: Google Inc.
- 2 total downloads
- Latest version: 3.31.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc
by: Google Inc.
- 1 total downloads
- Latest version: 1.9.0
C# implementation of gRPC - an RPC library and framework. See project site for more info.
Grpc.AspNetCore
by: The gRPC Authors
- 11 total downloads
- Latest version: 2.64.0-pre1
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.44.0-pre1
gRPC support for ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.33.1
C# implementation of gRPC based on native gRPC C-core library.
Grpc.Net.ClientFactory
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.56.0-pre2
HttpClientFactory integration the for gRPC .NET client
Grpc.Reflection
by: The gRPC Authors
- 3 total downloads
- Latest version: 2.63.0-pre1
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 5 total downloads
- Latest version: 2.76.0
gRPC and Protocol Buffer compiler for C# projects
Handlebars.Net
by: Rex Morgan
- 1 total downloads
- Latest version: 2.0.0-preview-2
Blistering-fast Handlebars.js templates in your .NET application.
HtmlAgilityPack
by: Simon Mourrier, Jeff Klawiter
- 1 total downloads
- Latest version: 1.4.5
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).