xls to image in python code example
Example: export an excel table to image with python
#Python: reading a csv with excel and exporting as an image
import excel2img
excel2img.export_img("example.xlsx/example.csv","image.png/image.bmp","sheet!B2:H22")