Excel.Range range = (Excel.Range)sa.Rows[12, Missing.Value];range.Value2 = mydsGoods.Tables["goods"];range.Insert(Excel.XlDirection.xlDown);
希望将goods 表中的数据插入到12行下面 ,多条记录,表中下面的数据自动下移
https://yq.aliyun.com/ask/284227