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.
我需要将编码的 PNG 图像存储在 vbs 脚本中,然后启动 Excel,解码存储在 VBS base64 图像中,并将此图像插入 Excel。在本文中,我找到了解码解决方案。最后,我得到了带有图像字节的解码字符串。
但是我如何将获得的字节作为图像对象插入到 Excel 中?
据我了解,xlApp.activesheet.Pictures.Insert(strImagePath)仅适用于文件。
xlApp.activesheet.Pictures.Insert(strImagePath)