摘要: 这是在网上整理的代码,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 阅读全文
posted @ 2012-12-28 23:50 成功在于专注 阅读(2202) 评论(0) 推荐(0)
摘要: 从excel中读取图片 阅读全文
posted @ 2012-12-28 23:41 成功在于专注 阅读(5783) 评论(2) 推荐(0)