openpyxl-image-loader icon indicating copy to clipboard operation
openpyxl-image-loader copied to clipboard

Cell doesn't contain an image

Open MengesWang opened this issue 4 years ago • 3 comments

ValueError: Cell A1 doesn't contain an image. What's the problem?

MengesWang avatar Oct 22 '20 11:10 MengesWang

Facing same issue.

mukeshsharma1201 avatar Oct 23 '20 10:10 mukeshsharma1201

@MengesWang have you installed Pillow library? This library is used by openpyxl internally to recognise image format.

Installing this solved my issue.

mukeshsharma1201 avatar Oct 23 '20 13:10 mukeshsharma1201

same issue ,but different solutions. Updata openpyxl library to version3.0.5,

MengesWang avatar Oct 23 '20 22:10 MengesWang