sheet.ShiftRows(insertRowIndex, sheet.LastRowNum, insertRowCount)
这句代码报错
错误信息是 not implemented yet
查了半天也不知到哪里出了问题,有没有大神知道的。指点一下
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
免费版Free Spire.XLS可以,
worksheet.InsertRow(3);//方法insert(int rowIndex)插入一行作为第3行
worksheet.InsertRow(5, 2);//方法insert(int rowIndex,int rowCount)插入两行作为第5行和第6行
等待以后实现,这个函数没法用。