Openpyxl wrapper that gets images from cells
Project description
Openpyxl Image Loader
Openpyxl wrapper that gets images from cells
Requirements
Usage
from openpyxl import load_workbook
from openpyxl_image_loader import SheetImageLoader
# Load your workbook and sheet as you want, for example
wb = load_workbook('path_to_file.xlsx')
sheet = wb['required_sheet']
# Put your sheet in the loader
image_loader = SheetImageLoader(sheet)
# And get image from specified cell
image = image_loader.get('A3')
# Image now is a Pillow image, so you can do the following
image.show()
# Ask if there's an image in a cell
if image_loader.image_in('A4):
print("Got it!")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for openpyxl-image-loader-1.0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d9d7fa5c35ac0a3e620b9eaf7334420a7693ccdb2a16e940a3a92bc3ec87fe8 |
|
MD5 | 793c92ec6e13b74778552159269c6533 |
|
BLAKE2b-256 | baf53687f56fdcacdbb2c027aa8a4c52644a7029d87d3d0e14de5cf216a5807b |
Close
Hashes for openpyxl_image_loader-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 103e6ad4dc433cc3bb18d1f6c413139ad4a91a5f3de0e39783534e22ff0c9c0b |
|
MD5 | 7956e76666e1c8164b250b63261ed546 |
|
BLAKE2b-256 | d86112aa8c6eb1c51673e8548eb2824d79f17a9f2f8452fc90450a1db74b4de5 |