📌  相关文章
📜  使用python代码示例将excel表导出到图像

📅  最后修改于: 2022-03-11 14:46:27.502000             🧑  作者: Mango

代码示例1
#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")