Top 20 NuGet Packages depending on DocumentFormat.OpenXml
Total dependencies: 394
Package Description
This module allows easy to write/read excel files using OpenXml under the hood and supports MS Orleans ver. 3.2 and higher.
Package Description
Package Description
Package Description
Template Manager to build PDF / HTML documents based on Microsoft Word/Excel templates. Requires a Gembox.Document license
ASP.NET MVC
Document wrapper that simplifies document management with OpenXml
using (WordprocessingDocument document = WordprocessingDocument.Open(filePath, true))
{
MainDocumentPart mainPart = document.MainDocumentPart;
Dictionary<string, string> replacers = new Dictionary<string, string>(32);
_openXmlVariableReplacer.ReplaceVariables(mainPart.Document, replacers);
}
An OpenXML utility library containing boilerplate code, extension methods, new classes, and/or improvements to existing classes.
My package description.
Shortcut extensions for DocumentFormat.OpenXml.Spreadsheet classes
Расширения-шорткоды для классов из библиотеки DocumentFormat.OpenXml.Spreadsheet
Package Description
Gogeonhyeok's first testing nuget uploading
A simple library for writing and reading Excel spreadsheets using a Dot Net List of T as the input or received output of the operation.
Template engine for generating Word docx documents on the server-side with a human-created Word templates, based on content controls Word feature.