My excel file have several sheets, each sheets have pictures. I want my excel pictures automatically seperate to different folder and folder name is my sheet name.
I already try two methods
Using zip2img: I know we can find pictures if you name your extension file name from excel to zip, and you can get pictures from "media" folder. However, all pictures will in "media" folder and can't seperate by sheet name.
Using openpyxl: openpyxl can let you get picutre from excel, but since my picture is not insert in excel so every time I extract my file it will return nothing.
Could anyone help me to figure our or share your experience?