摘要:
使用excel模板导出数据时,模板可填充的数据行有限,可通过ShiftRows插入行,如图,在第七行后插入新行,要求新行包含原有样式 插入后 首先添加npoi类库引用 /// <summary> /// NPOI使用ShiftRows向excel插入行,并复制原有样式 /// </summary> 阅读全文
摘要:
//异常提示:ICSharpCode.SharpZipLib.Zip.ZipException: EOF in header NPOIMemoryStream stream = new NPOIMemoryStream(); using (var fileStream = File.Open(fil 阅读全文