12 2012 档案
摘要:这是在网上整理的代码,copy别人的,读取excel中的图片,不需要和行对应起来,只需要按添加的顺序一一读取private string exclePath = @"D:\picture.xlsx";private int StartRow = 2; //读的起始行private int ImgCount = 0;private void shouBtn_Click(object sender, EventArgs e){Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Inter
阅读全文

浙公网安备 33010602011771号