Answers for "export an excel table to image with python"

0

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")
Posted by: Guest on March-17-2020

Code answers related to "export an excel table to image with python"

Python Answers by Framework

Browse Popular Code Answers by Language