Skip to content

innologis/extract-xlsx-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple XLSX images extractor

Setup

ENV

virtualenv .env
. .env/bin/activate
pip install -r requirements.txt
python run.py -h
....
deactivate

FILE

Store your file somewhere on your hard drive

Investigate it against image placement and its relation

Launch

. .env/bin/activate
mkdir my_images
python run.py -i /path/to/your/file.xlsx -s MYSHEET -f 6 -r 7 -l 2 -o my_images/
deactivate

Enjoy!

License

MIT LICENSE WITHOUT WARRANTY OF ANY KIND

About

Simple helper to extract embedded images from XLSX with keeping relation to some other field

Topics

Resources

License

Stars

Watchers

Forks

Languages