将图片转成Excel中的彩色单元格:img2xls
dy83
9年前
img2xls能够将图片转成Excel中的彩色单元格。
Install dependencies
pip3 install Pillow pip3 install xlwt3
Usage
python3 img2xls.py libre image.png
image.png.xls will be created.
Since different spredsheet programs processes the cell sizes in different ways, you can usemacormsinstead oflibrefor Mac Excel or MS Excel output format respectively.