using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kingo.PluginServiceInterface.Helper.NPOIHelper { /// /// NPOIWord操作帮助类 /// public class NPOIWordHelper { private void WriteWordToDocx(string DocxPath) { } } }