NPOI 动态添加行
摘要:使用excel模板导出数据时,模板可填充的数据行有限,可通过ShiftRows插入行,如图,在第七行后插入新行,要求新行包含原有样式 插入后 首先添加npoi类库引用 /// <summary> /// NPOI使用ShiftRows向excel插入行,并复制原有样式 /// </summary>
阅读全文
posted @
2020-12-27 14:50
不知勿言
阅读(2632)
推荐(0) 编辑
ICSharpCode.SharpZipLib.Zip.ZipException: EOF in header
摘要://异常提示:ICSharpCode.SharpZipLib.Zip.ZipException: EOF in header NPOIMemoryStream stream = new NPOIMemoryStream(); using (var fileStream = File.Open(fil
阅读全文
posted @
2020-12-27 11:01
不知勿言
阅读(7131)
推荐(0) 编辑