Quantcast
Channel: NPOI
Viewing all articles
Browse latest Browse all 1621

Created Unassigned: Issue with XSSFSheet.CopyRow [12963]

$
0
0
var row = partSheet.CreateRow(rowNum);
row.CreateCell(1).SetCellValue("fdjkslafdsjkl;fsdjkl;fsdjfksdl;fjdskal;fjdsklfsjd;lf");
partSheet.CopyRow(rowNum, 1);
CopyRow throw Exception:
{"value cann't be null。\r\nParameter name: key"}

在 System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
在 System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
在 NPOI.XSSF.Model.SharedStringsTable.AddEntry(CT_Rst st) 位置 D:\Documents\Visual Studio 2010\Projects\npoi-master\ooxml\XSSF\Model\SharedStringsTable.cs:行号 179
在 NPOI.XSSF.UserModel.XSSFCell.SetCellValue(IRichTextString str) 位置 D:\Documents\Visual Studio 2010\Projects\npoi-master\ooxml\XSSF\UserModel\XSSFCell.cs:行号 393
在 NPOI.SS.Util.SheetUtil.CopyRow(ISheet sheet, Int32 sourceRowIndex, Int32 targetRowIndex) 位置 D:\Documents\Visual Studio 2010\Projects\npoi-master\main\SS\Util\SheetUtil.cs:行号 243
在 NPOI.XSSF.UserModel.XSSFSheet.CopyRow(Int32 sourceIndex, Int32 targetIndex) 位置 D:\Documents\Visual Studio 2010\Projects\npoi-master\ooxml\XSSF\UserModel\XSSFSheet.cs:行号 3810

Viewing all articles
Browse latest Browse all 1621

Trending Articles