Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用EPPlusobject[, ]在 Excel 中追加数据?我正在使用以下代码,但它在 Excel 中作为结果返回。System.Object
object[, ]
System.Object
object[,] rowdate = new object[dt.Rows.Count, Nodes.Split(',').Length * 2 + 4]; ExcelRange _excelRange = _excelSheet.Cells[excelRange]; _excelRange.Value = rowdate;