POI Excel HSSFPicture Image and ALT TEXT

橙三吉。 提交于 2019-12-11 12:13:19

问题


I am using POI Excel HSSFPicture to create an image and add it to my excel file. I would like to add ALT TEXT to my image but I cannot find a way to add description to my image. Is there a way to add ALT TEXT to an image using POI for Excel?


回答1:


Your requirement is to display alt text when the Image is not visible, right? So just an alternate try to use the Cell Comments to display the alt text.



来源:https://stackoverflow.com/questions/31147214/poi-excel-hssfpicture-image-and-alt-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!