sheet.ShiftRows(insertRowIndex, sheet.LastRowNum, insertRowCount) 这句代码报错 错误信息是 not implemented yet
查了半天也不知到哪里出了问题,有没有大神知道的。指点一下
等待以后实现,这个函数没法用。
之前已经写过这样的代码.是没有问题的呀。现在报错了
免费版Free Spire.XLS可以, worksheet.InsertRow(3);//方法insert(int rowIndex)插入一行作为第3行 worksheet.InsertRow(5, 2);//方法insert(int rowIndex,int rowCount)插入两行作为第5行和第6行