摘要:
Dim ImgByt() As Byte Dim ImgMS As IO.MemoryStream ImgByt = System.IO.File.ReadAllBytes(strImg)‘把图片读入一个字节数组 ImgMS = New System.IO.MemoryStream(ImgByt)’把该数组读入内存 ... 阅读全文
摘要:
Public Function InsertPicture() As String Dim oExcel As New Microsoft.Office.Interop.Excel.Application Dim obook As Microsoft.Office.Interop.Excel.Workbooks Dim... 阅读全文