I have a .xlsx file that contains images in one of its worksheet ‘sheet’. These images are visible in Excel. However, if I open that sheet with Openpyxl, the list sheet._images contains no element.
I’m sorry that it’s not convenient to share that .xlsx file on Internet. And I’ve idea about how to create a .xlsx file with such weird characteristic.
Can anyone tell me how to get image information of such a .xlsx file?
I’ve tried to get image information with sheet._images but failed, as sheet._images is an empty list. I expect to get information of those images in a worksheet of a .xlsx file.