Skip to content

Instantly share code, notes, and snippets.

@marciocrmendes
marciocrmendes / OpenXmlService.cs
Last active November 23, 2017 14:15
Implementação do código do Simon Doodkin que procura e substitui valores no OpenXml Word
using DocumentFormat.OpenXml.Packaging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Projeto.Commons.Services
{
public static class OpenXmlService
{