Find image center cell with openpxl

后端 未结 0 979
故里飘歌
故里飘歌 2020-12-22 06:45

I\'m using openpyxl to extract image cell info

sheet_images = sheet._images
for image in sheet_images:
    row = image.anchor._from.row + 1
    c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题