C#通过NPOI 读、写Excel数据;合并单元格、简单样式修改;通过读取已有的Excel模板另存为文件
文章目录1需要引用的DLL2调用示例3工具类1需要引用的DLL2调用示例publicstaticvoidWriteExcel(){stringtemplateFile=@"F:\12312\excel.xlsx";//文件必须存在stringoutFile=@"F:\12312\"+DateTime.Now.ToString("yyyyMMddHHmmssfff")+".xlsx";stringp