nuget.org : documentformat.openxml.variablereplacer : 0.1.0
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); }
Registry -
Download -
JSON -
codemeta.json
purl: pkg:nuget/documentformat.openxml.variablereplacer@0.1.0
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- DocumentFormat.OpenXml >= 2.7.2