Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #export #excel #table #image #python
ADD COMMENT
Topic
Name
5+2 =