Excel合并单元格 NPOI实现
摘要:首先根据条件,记录需合并单元格的起始行和结束行 string oldCol0 = ""; //上一行的值,相同则合并 List<List<int>> mergs = new List<List<int>>(); //各段需合并的单元格行号 List<int> submerg = new List<i
阅读全文
posted @ 2021-02-20 19:29
posted @ 2021-02-20 19:29
posted @ 2021-02-06 16:38